Shades of Dark Turquoise #0CCFE8
Tints of Dark Turquoise #0CCFE8
RGB
CMYK
RGB Variations
Color information
#0CCFE8 (or 0x0CCFE8) is known color: Dark Turquoise. HEX triplet: 0C, CF and E8. RGB value is (12,207,232). Sum of RGB (Red+Green+Blue) = 12+207+232=451 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.66% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #0CCFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCFE8 is #F33017. Grayscale: #979797. Windows color (decimal): -15937560 or 15257356. OLE color: 15257356.
HSL color Cylindrical-coordinate representation of color #0CCFE8: hue angle of 186.82º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCFE8 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 207 | 232 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.09 |
| HSL | 186.82º | 0.9% | 0.48% | - |
| HSV(B) | 186.82º | 0.95% | 0.91% | - |
| XYZ | 37.03 | 50.53 | 84.15 | - |
| YUV | 151.55 | 173.4 | 28.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 232 | 0.95 | 0.11 | 0 | 0.09 | 186.82 | 0.9 | 0.48 |
| Hex | C | CF | E8 | 5F | B | 0 | 9 | BB | 5A | 30 |
| Octal | 14 | 317 | 350 | 137 | 13 | 0 | 11 | 273 | 132 | 60 |
| Binary | 1100 | 11001111 | 11101000 | 1011111 | 1011 | 0 | 1001 | 10111011 | 1011010 | 110000 |
Color Harmonies of #0CCFE8
Complementary color
Monochromatic Colors of #0CCFE8
Black with #0CCFE8
Text Example
Text Example
White with #0CCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFE8; }
p { color: rgb(12,207,232); }
H1.HeaderClassName
{
color: #0CCFE8;
}
.AnyTagClassName
{
color: #0CCFE8;
}
</style>
background-color css
<style>
a { background-color: #0CCFE8; }
a { background-color: rgb(12,207,232); }
div.DivClassName
{
background-color: #0CCFE8;
}
.BgClassName
{
background-color: #0CCFE8;
}
</style>
border-color css
<style>
span { border-color: #0CCFE8; }
span { border-color: rgb(12,207,232); }
td.TdClassName
{
border-color: #0CCFE8;
}
.TagClassName
{
border-color: #0CCFE8;
}
</style>