Shades of Dark Turquoise #00CFE0
Tints of Dark Turquoise #00CFE0
RGB
CMYK
RGB Variations
Color information
#00CFE0 (or 0x00CFE0) is known color: Dark Turquoise. HEX triplet: 00, CF and E0. RGB value is (0,207,224). Sum of RGB (Red+Green+Blue) = 0+207+224=431 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #00CFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFE0 is #FF301F. Grayscale: #929292. Windows color (decimal): -16724000 or 14733056. OLE color: 14733056.
HSL color Cylindrical-coordinate representation of color #00CFE0: hue angle of 184.55º 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 #00CFE0 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 207 | 224 | - |
| CMYK | 1 | 0.08 | 0 | 0.12 |
| HSL | 184.55º | 1% | 0.44% | - |
| HSV(B) | 184.55º | 1% | 0.88% | - |
| XYZ | 35.77 | 50.01 | 78.29 | - |
| YUV | 147.05 | 171.42 | 23.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 224 | 1 | 0.08 | 0 | 0.12 | 184.55 | 1 | 0.44 |
| Hex | 0 | CF | E0 | 64 | 8 | 0 | C | B9 | 64 | 2C |
| Octal | 0 | 317 | 340 | 144 | 10 | 0 | 14 | 271 | 144 | 54 |
| Binary | 0 | 11001111 | 11100000 | 1100100 | 1000 | 0 | 1100 | 10111001 | 1100100 | 101100 |
Color Harmonies of #00CFE0
Complementary color
Monochromatic Colors of #00CFE0
Black with #00CFE0
Text Example
Text Example
White with #00CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFE0; }
p { color: rgb(0,207,224); }
H1.HeaderClassName
{
color: #00CFE0;
}
.AnyTagClassName
{
color: #00CFE0;
}
</style>
background-color css
<style>
a { background-color: #00CFE0; }
a { background-color: rgb(0,207,224); }
div.DivClassName
{
background-color: #00CFE0;
}
.BgClassName
{
background-color: #00CFE0;
}
</style>
border-color css
<style>
span { border-color: #00CFE0; }
span { border-color: rgb(0,207,224); }
td.TdClassName
{
border-color: #00CFE0;
}
.TagClassName
{
border-color: #00CFE0;
}
</style>