Shades of Dark Turquoise #09DCCC
Tints of Dark Turquoise #09DCCC
RGB
CMYK
RGB Variations
Color information
#09DCCC (or 0x09DCCC) is known color: Dark Turquoise. HEX triplet: 09, DC and CC. RGB value is (9,220,204). Sum of RGB (Red+Green+Blue) = 9+220+204=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCCC is #F62333. Grayscale: #9A9A9A. Windows color (decimal): -16130868 or 13425673. OLE color: 13425673.
HSL color Cylindrical-coordinate representation of color #09DCCC: hue angle of 175.45º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DCCC is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 204 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.14 |
| HSL | 175.45º | 0.92% | 0.45% | - |
| HSV(B) | 175.45º | 0.96% | 0.86% | - |
| XYZ | 36.6 | 55.6 | 65.93 | - |
| YUV | 155.09 | 155.6 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 204 | 0.96 | 0 | 0.07 | 0.14 | 175.45 | 0.92 | 0.45 |
| Hex | 9 | DC | CC | 60 | 0 | 7 | E | AF | 5C | 2D |
| Octal | 11 | 334 | 314 | 140 | 0 | 7 | 16 | 257 | 134 | 55 |
| Binary | 1001 | 11011100 | 11001100 | 1100000 | 0 | 111 | 1110 | 10101111 | 1011100 | 101101 |
Color Harmonies of #09DCCC
Complementary color
Monochromatic Colors of #09DCCC
Black with #09DCCC
Text Example
Text Example
White with #09DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCCC; }
p { color: rgb(9,220,204); }
H1.HeaderClassName
{
color: #09DCCC;
}
.AnyTagClassName
{
color: #09DCCC;
}
</style>
background-color css
<style>
a { background-color: #09DCCC; }
a { background-color: rgb(9,220,204); }
div.DivClassName
{
background-color: #09DCCC;
}
.BgClassName
{
background-color: #09DCCC;
}
</style>
border-color css
<style>
span { border-color: #09DCCC; }
span { border-color: rgb(9,220,204); }
td.TdClassName
{
border-color: #09DCCC;
}
.TagClassName
{
border-color: #09DCCC;
}
</style>