COLOR #00CED1

HEX: #00CED1
RGB: (0,206,209)

Renk bilgisi

Rengin adı DarkTurquoise. #00CED1 contains only green and blue colors. #00CED1 ‘ nin web güvenlik rengi #00CCCC (ya da #0CC) dir.

RGB renk modeli

#00CED1 color RGB value is (0,206,209).

  • kırmız ton 0;
  • yeşil ton 206;
  • mavi ton 209.
RGB:
(0,206,209)
(0%,81%,82%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 206 of 255 = 81%
B 209 of 255 = 82%

0
206
209

R + G + B ~ 54%. #00CED1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 206 + 209 = 415 (100%)
R 0 of 415 ~ 0%
G 206 of 415 ~ 49.64%
B 209 of 415 ~ 50.36%

%49.64
%50.36

CMYK RENK MODELİ

#00CED1 rengi CMYK tonu (100,1,0,18).

  • camgöbeği tonu 100.00%
  • eflatun tonu 1.44%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(100,1,0,18)
C100M1Y0K18 
(100%,1%,0%,18%)
(1.00/0.01/0.00/0.18)	

CMYK yüzdeleri

%100
%1.44
%0
%18.04

Codes

Color #00CED1 in popluar color models

00CED1
RGB0206209
HSL181°100.00%40.98%
HSB/HSV181°100.00%81.96%
CMYK100.00%1.44%0.00%
18.04%

Color #00CED1 in popluar number systems.

HEX00CED1
Decimal0206209
Binary01100111011010001
Octal0316321

Shades and tints

Shades of #00CED1

#00CED1
(0,206,209)
#00BCBE
(0,188,190)
#00AAAB
(0,170,171)
#009898
(0,152,152)
#008685
(0,134,133)
#007472
(0,116,114)
#00625F
(0,98,95)
#00504C
(0,80,76)
#003E39
(0,62,57)
#002C26
(0,44,38)
#001A13
(0,26,19)
#000000
(0,0,0)

Tints of #00CED1

#00CED1
(0,206,209)
#17D2D5
(23,210,213)
#2ED6D9
(46,214,217)
#45DADD
(69,218,221)
#5CDEE1
(92,222,225)
#73E2E5
(115,226,229)
#8AE6E9
(138,230,233)
#A1EAED
(161,234,237)
#B8EEF1
(184,238,241)
#CFF2F5
(207,242,245)
#E6F6F9
(230,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00CED1 color. Also use rgb(0,206,209) instead hex code.

Text Font Color

.myTextColor { color: #00CED1; }

<p style="color:#00CED1">This sample text font color is #00CED1.</p>

This text font color is #00CED1.


Background Color

.myBgColor { background-color: #00CED1; }

<div style="background-color:#00CED1">Inner text</div>

This div background color is #00CED1.


Border color

.myBorderColor { border: 1px solid #00CED1; }

<div style="border:3px solid #00CED1">Div</div>

This div border color is #00CED1.


Opacity

.myOpacity80 { color: #00CED1; opacity: 0.8; }

<p style="color:#00CED1;opacity:0.8;">80%</p>

Text with #00CED1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00CED1;}

<p style="text-shadow: 3px 3px 1px #00CED1">Text here.</p>

This text has shadow with #00CED1 color.

.textShadow {text-shadow: 3px 3px 1px #00CED1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00CED1, 5px 5px 20px red">Text here.</p>

This text has shadow with #00CED1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00CED1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00CED1, Direction=45, Strength=4)">Text</p>

This text has shadow with #00CED1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00CED1;
  -webkit-box-shadow:	1px 1px 3px 2px #00CED1;
  box-shadow:		1px 1px 3px 2px #00CED1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00CED1;
-webkit-box-shadow: 1px 1px 3px 2px #00CED1;
box-shadow:1px 1px 3px 2px #00CED1;">
Div content here</div>
This div box has shadow with color #00CED1.

Preview

Color preview on black background

This text has color #00CED1 on black background.


Color preview on white background

This text has color #00CED1 on white background.



Black color preview on #00CED1 background

This text has black color on #00CED1 background.


White color preview on #00CED1 background

This text has white color on #00CED1 background.