Shades of Dark Turquoise #09CEE7
Tints of Dark Turquoise #09CEE7
RGB
CMYK
RGB Variations
Color information
#09CEE7 (or 0x09CEE7) is known color: Dark Turquoise. HEX triplet: 09, CE and E7. RGB value is (9,206,231). Sum of RGB (Red+Green+Blue) = 9+206+231=446 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #09CEE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CEE7 is #F63118. Grayscale: #959595. Windows color (decimal): -16134425 or 15191561. OLE color: 15191561.
HSL color Cylindrical-coordinate representation of color #09CEE7: hue angle of 186.76º 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 #09CEE7 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 206 | 231 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.09 |
| HSL | 186.76º | 0.93% | 0.47% | - |
| HSV(B) | 186.76º | 0.96% | 0.91% | - |
| XYZ | 36.61 | 49.97 | 83.32 | - |
| YUV | 149.95 | 173.73 | 27.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 231 | 0.96 | 0.11 | 0 | 0.09 | 186.76 | 0.93 | 0.47 |
| Hex | 9 | CE | E7 | 60 | B | 0 | 9 | BB | 5C | 2F |
| Octal | 11 | 316 | 347 | 140 | 13 | 0 | 11 | 273 | 134 | 57 |
| Binary | 1001 | 11001110 | 11100111 | 1100000 | 1011 | 0 | 1001 | 10111011 | 1011100 | 101111 |
Color Harmonies of #09CEE7
Complementary color
Monochromatic Colors of #09CEE7
Black with #09CEE7
Text Example
Text Example
White with #09CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CEE7; }
p { color: rgb(9,206,231); }
H1.HeaderClassName
{
color: #09CEE7;
}
.AnyTagClassName
{
color: #09CEE7;
}
</style>
background-color css
<style>
a { background-color: #09CEE7; }
a { background-color: rgb(9,206,231); }
div.DivClassName
{
background-color: #09CEE7;
}
.BgClassName
{
background-color: #09CEE7;
}
</style>
border-color css
<style>
span { border-color: #09CEE7; }
span { border-color: rgb(9,206,231); }
td.TdClassName
{
border-color: #09CEE7;
}
.TagClassName
{
border-color: #09CEE7;
}
</style>