Shades of Dark Turquoise #09CBE9
Tints of Dark Turquoise #09CBE9
RGB
CMYK
RGB Variations
Color information
#09CBE9 (or 0x09CBE9) is known color: Dark Turquoise. HEX triplet: 09, CB and E9. RGB value is (9,203,233). Sum of RGB (Red+Green+Blue) = 9+203+233=445 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #09CBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CBE9 is #F63416. Grayscale: #949494. Windows color (decimal): -16135191 or 15321865. OLE color: 15321865.
HSL color Cylindrical-coordinate representation of color #09CBE9: hue angle of 188.04º 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 #09CBE9 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 203 | 233 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.09 |
| HSL | 188.04º | 0.93% | 0.47% | - |
| HSV(B) | 188.04º | 0.96% | 0.91% | - |
| XYZ | 36.18 | 48.65 | 84.58 | - |
| YUV | 148.41 | 175.73 | 28.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 233 | 0.96 | 0.13 | 0 | 0.09 | 188.04 | 0.93 | 0.47 |
| Hex | 9 | CB | E9 | 60 | D | 0 | 9 | BC | 5D | 2F |
| Octal | 11 | 313 | 351 | 140 | 15 | 0 | 11 | 274 | 135 | 57 |
| Binary | 1001 | 11001011 | 11101001 | 1100000 | 1101 | 0 | 1001 | 10111100 | 1011101 | 101111 |
Color Harmonies of #09CBE9
Complementary color
Monochromatic Colors of #09CBE9
Black with #09CBE9
Text Example
Text Example
White with #09CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBE9; }
p { color: rgb(9,203,233); }
H1.HeaderClassName
{
color: #09CBE9;
}
.AnyTagClassName
{
color: #09CBE9;
}
</style>
background-color css
<style>
a { background-color: #09CBE9; }
a { background-color: rgb(9,203,233); }
div.DivClassName
{
background-color: #09CBE9;
}
.BgClassName
{
background-color: #09CBE9;
}
</style>
border-color css
<style>
span { border-color: #09CBE9; }
span { border-color: rgb(9,203,233); }
td.TdClassName
{
border-color: #09CBE9;
}
.TagClassName
{
border-color: #09CBE9;
}
</style>