Shades of Dark Turquoise #00CFEA
Tints of Dark Turquoise #00CFEA
RGB
CMYK
RGB Variations
Color information
#00CFEA (or 0x00CFEA) is known color: Dark Turquoise. HEX triplet: 00, CF and EA. RGB value is (0,207,234). Sum of RGB (Red+Green+Blue) = 0+207+234=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #00CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFEA is #FF3015. Grayscale: #939393. Windows color (decimal): -16723990 or 15388416. OLE color: 15388416.
HSL color Cylindrical-coordinate representation of color #00CFEA: hue angle of 186.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFEA is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 207 | 234 | - |
| CMYK | 1 | 0.12 | 0 | 0.08 |
| HSL | 186.92º | 1% | 0.46% | - |
| HSV(B) | 186.92º | 1% | 0.92% | - |
| XYZ | 37.16 | 50.57 | 85.64 | - |
| YUV | 148.19 | 176.42 | 22.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 234 | 1 | 0.12 | 0 | 0.08 | 186.92 | 1 | 0.46 |
| Hex | 0 | CF | EA | 64 | C | 0 | 8 | BB | 64 | 2E |
| Octal | 0 | 317 | 352 | 144 | 14 | 0 | 10 | 273 | 144 | 56 |
| Binary | 0 | 11001111 | 11101010 | 1100100 | 1100 | 0 | 1000 | 10111011 | 1100100 | 101110 |
Color Harmonies of #00CFEA
Complementary color
Monochromatic Colors of #00CFEA
Black with #00CFEA
Text Example
Text Example
White with #00CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFEA; }
p { color: rgb(0,207,234); }
H1.HeaderClassName
{
color: #00CFEA;
}
.AnyTagClassName
{
color: #00CFEA;
}
</style>
background-color css
<style>
a { background-color: #00CFEA; }
a { background-color: rgb(0,207,234); }
div.DivClassName
{
background-color: #00CFEA;
}
.BgClassName
{
background-color: #00CFEA;
}
</style>
border-color css
<style>
span { border-color: #00CFEA; }
span { border-color: rgb(0,207,234); }
td.TdClassName
{
border-color: #00CFEA;
}
.TagClassName
{
border-color: #00CFEA;
}
</style>