Shades of Dark Turquoise #09CDDC
Tints of Dark Turquoise #09CDDC
RGB
CMYK
RGB Variations
Color information
#09CDDC (or 0x09CDDC) is known color: Dark Turquoise. HEX triplet: 09, CD and DC. RGB value is (9,205,220). Sum of RGB (Red+Green+Blue) = 9+205+220=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #09CDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CDDC is #F63223. Grayscale: #939393. Windows color (decimal): -16134692 or 14470409. OLE color: 14470409.
HSL color Cylindrical-coordinate representation of color #09CDDC: hue angle of 184.27º 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 #09CDDC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 205 | 220 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.14 |
| HSL | 184.27º | 0.92% | 0.45% | - |
| HSV(B) | 184.27º | 0.96% | 0.86% | - |
| XYZ | 34.86 | 48.89 | 75.31 | - |
| YUV | 148.11 | 168.57 | 28.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 220 | 0.96 | 0.07 | 0 | 0.14 | 184.27 | 0.92 | 0.45 |
| Hex | 9 | CD | DC | 60 | 7 | 0 | E | B8 | 5C | 2D |
| Octal | 11 | 315 | 334 | 140 | 7 | 0 | 16 | 270 | 134 | 55 |
| Binary | 1001 | 11001101 | 11011100 | 1100000 | 111 | 0 | 1110 | 10111000 | 1011100 | 101101 |
Color Harmonies of #09CDDC
Complementary color
Monochromatic Colors of #09CDDC
Black with #09CDDC
Text Example
Text Example
White with #09CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDDC; }
p { color: rgb(9,205,220); }
H1.HeaderClassName
{
color: #09CDDC;
}
.AnyTagClassName
{
color: #09CDDC;
}
</style>
background-color css
<style>
a { background-color: #09CDDC; }
a { background-color: rgb(9,205,220); }
div.DivClassName
{
background-color: #09CDDC;
}
.BgClassName
{
background-color: #09CDDC;
}
</style>
border-color css
<style>
span { border-color: #09CDDC; }
span { border-color: rgb(9,205,220); }
td.TdClassName
{
border-color: #09CDDC;
}
.TagClassName
{
border-color: #09CDDC;
}
</style>