Shades of Dark Turquoise #09D0E9
Tints of Dark Turquoise #09D0E9
RGB
CMYK
RGB Variations
Color information
#09D0E9 (or 0x09D0E9) is known color: Dark Turquoise. HEX triplet: 09, D0 and E9. RGB value is (9,208,233). Sum of RGB (Red+Green+Blue) = 9+208+233=450 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #09D0E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D0E9 is #F62F16. Grayscale: #979797. Windows color (decimal): -16133911 or 15323145. OLE color: 15323145.
HSL color Cylindrical-coordinate representation of color #09D0E9: hue angle of 186.7º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D0E9 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 208 | 233 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.09 |
| HSL | 186.7º | 0.93% | 0.47% | - |
| HSV(B) | 186.7º | 0.96% | 0.91% | - |
| XYZ | 37.38 | 51.05 | 84.98 | - |
| YUV | 151.35 | 174.07 | 26.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 233 | 0.96 | 0.11 | 0 | 0.09 | 186.7 | 0.93 | 0.47 |
| Hex | 9 | D0 | E9 | 60 | B | 0 | 9 | BB | 5D | 2F |
| Octal | 11 | 320 | 351 | 140 | 13 | 0 | 11 | 273 | 135 | 57 |
| Binary | 1001 | 11010000 | 11101001 | 1100000 | 1011 | 0 | 1001 | 10111011 | 1011101 | 101111 |
Color Harmonies of #09D0E9
Complementary color
Monochromatic Colors of #09D0E9
Black with #09D0E9
Text Example
Text Example
White with #09D0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D0E9; }
p { color: rgb(9,208,233); }
H1.HeaderClassName
{
color: #09D0E9;
}
.AnyTagClassName
{
color: #09D0E9;
}
</style>
background-color css
<style>
a { background-color: #09D0E9; }
a { background-color: rgb(9,208,233); }
div.DivClassName
{
background-color: #09D0E9;
}
.BgClassName
{
background-color: #09D0E9;
}
</style>
border-color css
<style>
span { border-color: #09D0E9; }
span { border-color: rgb(9,208,233); }
td.TdClassName
{
border-color: #09D0E9;
}
.TagClassName
{
border-color: #09D0E9;
}
</style>