Shades of Dark Turquoise #0CC9DF
Tints of Dark Turquoise #0CC9DF
RGB
CMYK
RGB Variations
Color information
#0CC9DF (or 0x0CC9DF) is known color: Dark Turquoise. HEX triplet: 0C, C9 and DF. RGB value is (12,201,223). Sum of RGB (Red+Green+Blue) = 12+201+223=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CC9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC9DF is #F33620. Grayscale: #929292. Windows color (decimal): -15939105 or 14665996. OLE color: 14665996.
HSL color Cylindrical-coordinate representation of color #0CC9DF: hue angle of 186.26º 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 #0CC9DF is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 201 | 223 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.13 |
| HSL | 186.26º | 0.9% | 0.46% | - |
| HSV(B) | 186.26º | 0.95% | 0.87% | - |
| XYZ | 34.36 | 47.18 | 77.11 | - |
| YUV | 147 | 170.88 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 223 | 0.95 | 0.10 | 0 | 0.13 | 186.26 | 0.9 | 0.46 |
| Hex | C | C9 | DF | 5F | A | 0 | D | BA | 5A | 2E |
| Octal | 14 | 311 | 337 | 137 | 12 | 0 | 15 | 272 | 132 | 56 |
| Binary | 1100 | 11001001 | 11011111 | 1011111 | 1010 | 0 | 1101 | 10111010 | 1011010 | 101110 |
Color Harmonies of #0CC9DF
Complementary color
Monochromatic Colors of #0CC9DF
Black with #0CC9DF
Text Example
Text Example
White with #0CC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC9DF; }
p { color: rgb(12,201,223); }
H1.HeaderClassName
{
color: #0CC9DF;
}
.AnyTagClassName
{
color: #0CC9DF;
}
</style>
background-color css
<style>
a { background-color: #0CC9DF; }
a { background-color: rgb(12,201,223); }
div.DivClassName
{
background-color: #0CC9DF;
}
.BgClassName
{
background-color: #0CC9DF;
}
</style>
border-color css
<style>
span { border-color: #0CC9DF; }
span { border-color: rgb(12,201,223); }
td.TdClassName
{
border-color: #0CC9DF;
}
.TagClassName
{
border-color: #0CC9DF;
}
</style>