Shades of Dark Turquoise #0CC9DD
Tints of Dark Turquoise #0CC9DD
RGB
CMYK
RGB Variations
Color information
#0CC9DD (or 0x0CC9DD) is known color: Dark Turquoise. HEX triplet: 0C, C9 and DD. RGB value is (12,201,221). Sum of RGB (Red+Green+Blue) = 12+201+221=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CC9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC9DD is #F33622. Grayscale: #929292. Windows color (decimal): -15939107 or 14534924. OLE color: 14534924.
HSL color Cylindrical-coordinate representation of color #0CC9DD: hue angle of 185.74º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC9DD is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 201 | 221 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.13 |
| HSL | 185.74º | 0.9% | 0.46% | - |
| HSV(B) | 185.74º | 0.95% | 0.87% | - |
| XYZ | 34.09 | 47.07 | 75.7 | - |
| YUV | 146.77 | 169.88 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 221 | 0.95 | 0.09 | 0 | 0.13 | 185.74 | 0.9 | 0.46 |
| Hex | C | C9 | DD | 5F | 9 | 0 | D | BA | 5A | 2E |
| Octal | 14 | 311 | 335 | 137 | 11 | 0 | 15 | 272 | 132 | 56 |
| Binary | 1100 | 11001001 | 11011101 | 1011111 | 1001 | 0 | 1101 | 10111010 | 1011010 | 101110 |
Color Harmonies of #0CC9DD
Complementary color
Monochromatic Colors of #0CC9DD
Black with #0CC9DD
Text Example
Text Example
White with #0CC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC9DD; }
p { color: rgb(12,201,221); }
H1.HeaderClassName
{
color: #0CC9DD;
}
.AnyTagClassName
{
color: #0CC9DD;
}
</style>
background-color css
<style>
a { background-color: #0CC9DD; }
a { background-color: rgb(12,201,221); }
div.DivClassName
{
background-color: #0CC9DD;
}
.BgClassName
{
background-color: #0CC9DD;
}
</style>
border-color css
<style>
span { border-color: #0CC9DD; }
span { border-color: rgb(12,201,221); }
td.TdClassName
{
border-color: #0CC9DD;
}
.TagClassName
{
border-color: #0CC9DD;
}
</style>