Shades of Dark Turquoise #09CDD9
Tints of Dark Turquoise #09CDD9
RGB
CMYK
RGB Variations
Color information
#09CDD9 (or 0x09CDD9) is known color: Dark Turquoise. HEX triplet: 09, CD and D9. RGB value is (9,205,217). Sum of RGB (Red+Green+Blue) = 9+205+217=431 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #09CDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CDD9 is #F63226. Grayscale: #939393. Windows color (decimal): -16134695 or 14273801. OLE color: 14273801.
HSL color Cylindrical-coordinate representation of color #09CDD9: hue angle of 183.46º 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 #09CDD9 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 205 | 217 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.15 |
| HSL | 183.46º | 0.92% | 0.44% | - |
| HSV(B) | 183.46º | 0.96% | 0.85% | - |
| XYZ | 34.47 | 48.73 | 73.23 | - |
| YUV | 147.76 | 167.07 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 217 | 0.96 | 0.06 | 0 | 0.15 | 183.46 | 0.92 | 0.44 |
| Hex | 9 | CD | D9 | 60 | 6 | 0 | F | B7 | 5C | 2C |
| Octal | 11 | 315 | 331 | 140 | 6 | 0 | 17 | 267 | 134 | 54 |
| Binary | 1001 | 11001101 | 11011001 | 1100000 | 110 | 0 | 1111 | 10110111 | 1011100 | 101100 |
Color Harmonies of #09CDD9
Complementary color
Monochromatic Colors of #09CDD9
Black with #09CDD9
Text Example
Text Example
White with #09CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDD9; }
p { color: rgb(9,205,217); }
H1.HeaderClassName
{
color: #09CDD9;
}
.AnyTagClassName
{
color: #09CDD9;
}
</style>
background-color css
<style>
a { background-color: #09CDD9; }
a { background-color: rgb(9,205,217); }
div.DivClassName
{
background-color: #09CDD9;
}
.BgClassName
{
background-color: #09CDD9;
}
</style>
border-color css
<style>
span { border-color: #09CDD9; }
span { border-color: rgb(9,205,217); }
td.TdClassName
{
border-color: #09CDD9;
}
.TagClassName
{
border-color: #09CDD9;
}
</style>