Shades of Dark Turquoise #00CDE0
Tints of Dark Turquoise #00CDE0
RGB
CMYK
RGB Variations
Color information
#00CDE0 (or 0x00CDE0) is known color: Dark Turquoise. HEX triplet: 00, CD and E0. RGB value is (0,205,224). Sum of RGB (Red+Green+Blue) = 0+205+224=429 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #00CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDE0 is #FF321F. Grayscale: #919191. Windows color (decimal): -16724512 or 14732544. OLE color: 14732544.
HSL color Cylindrical-coordinate representation of color #00CDE0: hue angle of 185.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDE0 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 205 | 224 | - |
| CMYK | 1 | 0.08 | 0 | 0.12 |
| HSL | 185.09º | 1% | 0.44% | - |
| HSV(B) | 185.09º | 1% | 0.88% | - |
| XYZ | 35.29 | 49.04 | 78.13 | - |
| YUV | 145.87 | 172.08 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 224 | 1 | 0.08 | 0 | 0.12 | 185.09 | 1 | 0.44 |
| Hex | 0 | CD | E0 | 64 | 8 | 0 | C | B9 | 64 | 2C |
| Octal | 0 | 315 | 340 | 144 | 10 | 0 | 14 | 271 | 144 | 54 |
| Binary | 0 | 11001101 | 11100000 | 1100100 | 1000 | 0 | 1100 | 10111001 | 1100100 | 101100 |
Color Harmonies of #00CDE0
Complementary color
Monochromatic Colors of #00CDE0
Black with #00CDE0
Text Example
Text Example
White with #00CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDE0; }
p { color: rgb(0,205,224); }
H1.HeaderClassName
{
color: #00CDE0;
}
.AnyTagClassName
{
color: #00CDE0;
}
</style>
background-color css
<style>
a { background-color: #00CDE0; }
a { background-color: rgb(0,205,224); }
div.DivClassName
{
background-color: #00CDE0;
}
.BgClassName
{
background-color: #00CDE0;
}
</style>
border-color css
<style>
span { border-color: #00CDE0; }
span { border-color: rgb(0,205,224); }
td.TdClassName
{
border-color: #00CDE0;
}
.TagClassName
{
border-color: #00CDE0;
}
</style>