Shades of Dark Turquoise #00CFDE
Tints of Dark Turquoise #00CFDE
RGB
CMYK
RGB Variations
Color information
#00CFDE (or 0x00CFDE) is known color: Dark Turquoise. HEX triplet: 00, CF and DE. RGB value is (0,207,222). Sum of RGB (Red+Green+Blue) = 0+207+222=429 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #00CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFDE is #FF3021. Grayscale: #929292. Windows color (decimal): -16724002 or 14601984. OLE color: 14601984.
HSL color Cylindrical-coordinate representation of color #00CFDE: hue angle of 184.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFDE is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 207 | 222 | - |
| CMYK | 1 | 0.07 | 0 | 0.13 |
| HSL | 184.05º | 1% | 0.44% | - |
| HSV(B) | 184.05º | 1% | 0.87% | - |
| XYZ | 35.5 | 49.9 | 76.87 | - |
| YUV | 146.82 | 170.42 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 222 | 1 | 0.07 | 0 | 0.13 | 184.05 | 1 | 0.44 |
| Hex | 0 | CF | DE | 64 | 7 | 0 | D | B8 | 64 | 2C |
| Octal | 0 | 317 | 336 | 144 | 7 | 0 | 15 | 270 | 144 | 54 |
| Binary | 0 | 11001111 | 11011110 | 1100100 | 111 | 0 | 1101 | 10111000 | 1100100 | 101100 |
Color Harmonies of #00CFDE
Complementary color
Monochromatic Colors of #00CFDE
Black with #00CFDE
Text Example
Text Example
White with #00CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFDE; }
p { color: rgb(0,207,222); }
H1.HeaderClassName
{
color: #00CFDE;
}
.AnyTagClassName
{
color: #00CFDE;
}
</style>
background-color css
<style>
a { background-color: #00CFDE; }
a { background-color: rgb(0,207,222); }
div.DivClassName
{
background-color: #00CFDE;
}
.BgClassName
{
background-color: #00CFDE;
}
</style>
border-color css
<style>
span { border-color: #00CFDE; }
span { border-color: rgb(0,207,222); }
td.TdClassName
{
border-color: #00CFDE;
}
.TagClassName
{
border-color: #00CFDE;
}
</style>