Shades of Dark Turquoise #00CFE6
Tints of Dark Turquoise #00CFE6
RGB
CMYK
RGB Variations
Color information
#00CFE6 (or 0x00CFE6) is known color: Dark Turquoise. HEX triplet: 00, CF and E6. RGB value is (0,207,230). Sum of RGB (Red+Green+Blue) = 0+207+230=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #00CFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFE6 is #FF3019. Grayscale: #939393. Windows color (decimal): -16723994 or 15126272. OLE color: 15126272.
HSL color Cylindrical-coordinate representation of color #00CFE6: hue angle of 186º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFE6 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 207 | 230 | - |
| CMYK | 1 | 0.10 | 0 | 0.10 |
| HSL | 186º | 1% | 0.45% | - |
| HSV(B) | 186º | 1% | 0.9% | - |
| XYZ | 36.6 | 50.34 | 82.65 | - |
| YUV | 147.73 | 174.42 | 22.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 230 | 1 | 0.10 | 0 | 0.10 | 186 | 1 | 0.45 |
| Hex | 0 | CF | E6 | 64 | A | 0 | A | BA | 64 | 2D |
| Octal | 0 | 317 | 346 | 144 | 12 | 0 | 12 | 272 | 144 | 55 |
| Binary | 0 | 11001111 | 11100110 | 1100100 | 1010 | 0 | 1010 | 10111010 | 1100100 | 101101 |
Color Harmonies of #00CFE6
Complementary color
Monochromatic Colors of #00CFE6
Black with #00CFE6
Text Example
Text Example
White with #00CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFE6; }
p { color: rgb(0,207,230); }
H1.HeaderClassName
{
color: #00CFE6;
}
.AnyTagClassName
{
color: #00CFE6;
}
</style>
background-color css
<style>
a { background-color: #00CFE6; }
a { background-color: rgb(0,207,230); }
div.DivClassName
{
background-color: #00CFE6;
}
.BgClassName
{
background-color: #00CFE6;
}
</style>
border-color css
<style>
span { border-color: #00CFE6; }
span { border-color: rgb(0,207,230); }
td.TdClassName
{
border-color: #00CFE6;
}
.TagClassName
{
border-color: #00CFE6;
}
</style>