Shades of Dark Turquoise #0CD0EA
Tints of Dark Turquoise #0CD0EA
RGB
CMYK
RGB Variations
Color information
#0CD0EA (or 0x0CD0EA) is known color: Dark Turquoise. HEX triplet: 0C, D0 and EA. RGB value is (12,208,234). Sum of RGB (Red+Green+Blue) = 12+208+234=454 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CD0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD0EA is #F32F15. Grayscale: #989898. Windows color (decimal): -15937302 or 15388684. OLE color: 15388684.
HSL color Cylindrical-coordinate representation of color #0CD0EA: hue angle of 187.03º 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 #0CD0EA is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 208 | 234 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.08 |
| HSL | 187.03º | 0.9% | 0.48% | - |
| HSV(B) | 187.03º | 0.95% | 0.92% | - |
| XYZ | 37.56 | 51.13 | 85.73 | - |
| YUV | 152.36 | 174.07 | 27.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 208 | 234 | 0.95 | 0.11 | 0 | 0.08 | 187.03 | 0.9 | 0.48 |
| Hex | C | D0 | EA | 5F | B | 0 | 8 | BB | 5A | 30 |
| Octal | 14 | 320 | 352 | 137 | 13 | 0 | 10 | 273 | 132 | 60 |
| Binary | 1100 | 11010000 | 11101010 | 1011111 | 1011 | 0 | 1000 | 10111011 | 1011010 | 110000 |
Color Harmonies of #0CD0EA
Complementary color
Monochromatic Colors of #0CD0EA
Black with #0CD0EA
Text Example
Text Example
White with #0CD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD0EA; }
p { color: rgb(12,208,234); }
H1.HeaderClassName
{
color: #0CD0EA;
}
.AnyTagClassName
{
color: #0CD0EA;
}
</style>
background-color css
<style>
a { background-color: #0CD0EA; }
a { background-color: rgb(12,208,234); }
div.DivClassName
{
background-color: #0CD0EA;
}
.BgClassName
{
background-color: #0CD0EA;
}
</style>
border-color css
<style>
span { border-color: #0CD0EA; }
span { border-color: rgb(12,208,234); }
td.TdClassName
{
border-color: #0CD0EA;
}
.TagClassName
{
border-color: #0CD0EA;
}
</style>