Shades of Dark Turquoise #09CCDD
Tints of Dark Turquoise #09CCDD
RGB
CMYK
RGB Variations
Color information
#09CCDD (or 0x09CCDD) is known color: Dark Turquoise. HEX triplet: 09, CC and DD. RGB value is (9,204,221). Sum of RGB (Red+Green+Blue) = 9+204+221=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 204 (80.08% from 255 or 47.00% 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 #09CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CCDD is #F63322. Grayscale: #939393. Windows color (decimal): -16134947 or 14535689. OLE color: 14535689.
HSL color Cylindrical-coordinate representation of color #09CCDD: hue angle of 184.81º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCDD is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 204 | 221 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.13 |
| HSL | 184.81º | 0.92% | 0.45% | - |
| HSV(B) | 184.81º | 0.96% | 0.87% | - |
| XYZ | 34.76 | 48.46 | 75.93 | - |
| YUV | 147.63 | 169.4 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 221 | 0.96 | 0.08 | 0 | 0.13 | 184.81 | 0.92 | 0.45 |
| Hex | 9 | CC | DD | 60 | 8 | 0 | D | B9 | 5C | 2D |
| Octal | 11 | 314 | 335 | 140 | 10 | 0 | 15 | 271 | 134 | 55 |
| Binary | 1001 | 11001100 | 11011101 | 1100000 | 1000 | 0 | 1101 | 10111001 | 1011100 | 101101 |
Color Harmonies of #09CCDD
Complementary color
Monochromatic Colors of #09CCDD
Black with #09CCDD
Text Example
Text Example
White with #09CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCDD; }
p { color: rgb(9,204,221); }
H1.HeaderClassName
{
color: #09CCDD;
}
.AnyTagClassName
{
color: #09CCDD;
}
</style>
background-color css
<style>
a { background-color: #09CCDD; }
a { background-color: rgb(9,204,221); }
div.DivClassName
{
background-color: #09CCDD;
}
.BgClassName
{
background-color: #09CCDD;
}
</style>
border-color css
<style>
span { border-color: #09CCDD; }
span { border-color: rgb(9,204,221); }
td.TdClassName
{
border-color: #09CCDD;
}
.TagClassName
{
border-color: #09CCDD;
}
</style>