Shades of Dark Turquoise #09CCD9
Tints of Dark Turquoise #09CCD9
RGB
CMYK
RGB Variations
Color information
#09CCD9 (or 0x09CCD9) is known color: Dark Turquoise. HEX triplet: 09, CC and D9. RGB value is (9,204,217). Sum of RGB (Red+Green+Blue) = 9+204+217=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #09CCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CCD9 is #F63326. Grayscale: #929292. Windows color (decimal): -16134951 or 14273545. OLE color: 14273545.
HSL color Cylindrical-coordinate representation of color #09CCD9: hue angle of 183.75º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCD9 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 204 | 217 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.15 |
| HSL | 183.75º | 0.92% | 0.44% | - |
| HSV(B) | 183.75º | 0.96% | 0.85% | - |
| XYZ | 34.23 | 48.25 | 73.16 | - |
| YUV | 147.18 | 167.4 | 29.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 217 | 0.96 | 0.06 | 0 | 0.15 | 183.75 | 0.92 | 0.44 |
| Hex | 9 | CC | D9 | 60 | 6 | 0 | F | B8 | 5C | 2C |
| Octal | 11 | 314 | 331 | 140 | 6 | 0 | 17 | 270 | 134 | 54 |
| Binary | 1001 | 11001100 | 11011001 | 1100000 | 110 | 0 | 1111 | 10111000 | 1011100 | 101100 |
Color Harmonies of #09CCD9
Complementary color
Monochromatic Colors of #09CCD9
Black with #09CCD9
Text Example
Text Example
White with #09CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCD9; }
p { color: rgb(9,204,217); }
H1.HeaderClassName
{
color: #09CCD9;
}
.AnyTagClassName
{
color: #09CCD9;
}
</style>
background-color css
<style>
a { background-color: #09CCD9; }
a { background-color: rgb(9,204,217); }
div.DivClassName
{
background-color: #09CCD9;
}
.BgClassName
{
background-color: #09CCD9;
}
</style>
border-color css
<style>
span { border-color: #09CCD9; }
span { border-color: rgb(9,204,217); }
td.TdClassName
{
border-color: #09CCD9;
}
.TagClassName
{
border-color: #09CCD9;
}
</style>