Shades of Dark Turquoise #09DACB
Tints of Dark Turquoise #09DACB
RGB
CMYK
RGB Variations
Color information
#09DACB (or 0x09DACB) is known color: Dark Turquoise. HEX triplet: 09, DA and CB. RGB value is (9,218,203). Sum of RGB (Red+Green+Blue) = 9+218+203=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #09DACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DACB is #F62534. Grayscale: #999999. Windows color (decimal): -16131381 or 13359625. OLE color: 13359625.
HSL color Cylindrical-coordinate representation of color #09DACB: hue angle of 175.69º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DACB is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 218 | 203 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.15 |
| HSL | 175.69º | 0.92% | 0.45% | - |
| HSV(B) | 175.69º | 0.96% | 0.85% | - |
| XYZ | 35.96 | 54.51 | 65.13 | - |
| YUV | 153.8 | 155.76 | 24.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 218 | 203 | 0.96 | 0 | 0.07 | 0.15 | 175.69 | 0.92 | 0.45 |
| Hex | 9 | DA | CB | 60 | 0 | 7 | F | B0 | 5C | 2D |
| Octal | 11 | 332 | 313 | 140 | 0 | 7 | 17 | 260 | 134 | 55 |
| Binary | 1001 | 11011010 | 11001011 | 1100000 | 0 | 111 | 1111 | 10110000 | 1011100 | 101101 |
Color Harmonies of #09DACB
Complementary color
Monochromatic Colors of #09DACB
Black with #09DACB
Text Example
Text Example
White with #09DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DACB; }
p { color: rgb(9,218,203); }
H1.HeaderClassName
{
color: #09DACB;
}
.AnyTagClassName
{
color: #09DACB;
}
</style>
background-color css
<style>
a { background-color: #09DACB; }
a { background-color: rgb(9,218,203); }
div.DivClassName
{
background-color: #09DACB;
}
.BgClassName
{
background-color: #09DACB;
}
</style>
border-color css
<style>
span { border-color: #09DACB; }
span { border-color: rgb(9,218,203); }
td.TdClassName
{
border-color: #09DACB;
}
.TagClassName
{
border-color: #09DACB;
}
</style>