Shades of Dark Turquoise #0CCEEA
Tints of Dark Turquoise #0CCEEA
RGB
CMYK
RGB Variations
Color information
#0CCEEA (or 0x0CCEEA) is known color: Dark Turquoise. HEX triplet: 0C, CE and EA. RGB value is (12,206,234). Sum of RGB (Red+Green+Blue) = 12+206+234=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CCEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCEEA is #F33115. Grayscale: #969696. Windows color (decimal): -15937814 or 15388172. OLE color: 15388172.
HSL color Cylindrical-coordinate representation of color #0CCEEA: hue angle of 187.57º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCEEA is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 206 | 234 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.08 |
| HSL | 187.57º | 0.9% | 0.48% | - |
| HSV(B) | 187.57º | 0.95% | 0.92% | - |
| XYZ | 37.07 | 50.16 | 85.57 | - |
| YUV | 151.19 | 174.73 | 28.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 234 | 0.95 | 0.12 | 0 | 0.08 | 187.57 | 0.9 | 0.48 |
| Hex | C | CE | EA | 5F | C | 0 | 8 | BC | 5A | 30 |
| Octal | 14 | 316 | 352 | 137 | 14 | 0 | 10 | 274 | 132 | 60 |
| Binary | 1100 | 11001110 | 11101010 | 1011111 | 1100 | 0 | 1000 | 10111100 | 1011010 | 110000 |
Color Harmonies of #0CCEEA
Complementary color
Monochromatic Colors of #0CCEEA
Black with #0CCEEA
Text Example
Text Example
White with #0CCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCEEA; }
p { color: rgb(12,206,234); }
H1.HeaderClassName
{
color: #0CCEEA;
}
.AnyTagClassName
{
color: #0CCEEA;
}
</style>
background-color css
<style>
a { background-color: #0CCEEA; }
a { background-color: rgb(12,206,234); }
div.DivClassName
{
background-color: #0CCEEA;
}
.BgClassName
{
background-color: #0CCEEA;
}
</style>
border-color css
<style>
span { border-color: #0CCEEA; }
span { border-color: rgb(12,206,234); }
td.TdClassName
{
border-color: #0CCEEA;
}
.TagClassName
{
border-color: #0CCEEA;
}
</style>