Shades of Dark Turquoise #09CDDD
Tints of Dark Turquoise #09CDDD
RGB
CMYK
RGB Variations
Color information
#09CDDD (or 0x09CDDD) is known color: Dark Turquoise. HEX triplet: 09, CD and DD. RGB value is (9,205,221). Sum of RGB (Red+Green+Blue) = 9+205+221=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #09CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CDDD is #F63222. Grayscale: #939393. Windows color (decimal): -16134691 or 14535945. OLE color: 14535945.
HSL color Cylindrical-coordinate representation of color #09CDDD: hue angle of 184.53º 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 #09CDDD is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 205 | 221 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.13 |
| HSL | 184.53º | 0.92% | 0.45% | - |
| HSV(B) | 184.53º | 0.96% | 0.87% | - |
| XYZ | 35 | 48.94 | 76.01 | - |
| YUV | 148.22 | 169.07 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 221 | 0.96 | 0.07 | 0 | 0.13 | 184.53 | 0.92 | 0.45 |
| Hex | 9 | CD | DD | 60 | 7 | 0 | D | B9 | 5C | 2D |
| Octal | 11 | 315 | 335 | 140 | 7 | 0 | 15 | 271 | 134 | 55 |
| Binary | 1001 | 11001101 | 11011101 | 1100000 | 111 | 0 | 1101 | 10111001 | 1011100 | 101101 |
Color Harmonies of #09CDDD
Complementary color
Monochromatic Colors of #09CDDD
Black with #09CDDD
Text Example
Text Example
White with #09CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDDD; }
p { color: rgb(9,205,221); }
H1.HeaderClassName
{
color: #09CDDD;
}
.AnyTagClassName
{
color: #09CDDD;
}
</style>
background-color css
<style>
a { background-color: #09CDDD; }
a { background-color: rgb(9,205,221); }
div.DivClassName
{
background-color: #09CDDD;
}
.BgClassName
{
background-color: #09CDDD;
}
</style>
border-color css
<style>
span { border-color: #09CDDD; }
span { border-color: rgb(9,205,221); }
td.TdClassName
{
border-color: #09CDDD;
}
.TagClassName
{
border-color: #09CDDD;
}
</style>