Shades of Dark Turquoise #09CBE8
Tints of Dark Turquoise #09CBE8
RGB
CMYK
RGB Variations
Color information
#09CBE8 (or 0x09CBE8) is known color: Dark Turquoise. HEX triplet: 09, CB and E8. RGB value is (9,203,232). Sum of RGB (Red+Green+Blue) = 9+203+232=444 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.03% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #09CBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CBE8 is #F63417. Grayscale: #939393. Windows color (decimal): -16135192 or 15256329. OLE color: 15256329.
HSL color Cylindrical-coordinate representation of color #09CBE8: hue angle of 187.8º 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 #09CBE8 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 203 | 232 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.09 |
| HSL | 187.8º | 0.93% | 0.47% | - |
| HSV(B) | 187.8º | 0.96% | 0.91% | - |
| XYZ | 36.03 | 48.6 | 83.82 | - |
| YUV | 148.3 | 175.23 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 232 | 0.96 | 0.12 | 0 | 0.09 | 187.8 | 0.93 | 0.47 |
| Hex | 9 | CB | E8 | 60 | C | 0 | 9 | BC | 5D | 2F |
| Octal | 11 | 313 | 350 | 140 | 14 | 0 | 11 | 274 | 135 | 57 |
| Binary | 1001 | 11001011 | 11101000 | 1100000 | 1100 | 0 | 1001 | 10111100 | 1011101 | 101111 |
Color Harmonies of #09CBE8
Complementary color
Monochromatic Colors of #09CBE8
Black with #09CBE8
Text Example
Text Example
White with #09CBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBE8; }
p { color: rgb(9,203,232); }
H1.HeaderClassName
{
color: #09CBE8;
}
.AnyTagClassName
{
color: #09CBE8;
}
</style>
background-color css
<style>
a { background-color: #09CBE8; }
a { background-color: rgb(9,203,232); }
div.DivClassName
{
background-color: #09CBE8;
}
.BgClassName
{
background-color: #09CBE8;
}
</style>
border-color css
<style>
span { border-color: #09CBE8; }
span { border-color: rgb(9,203,232); }
td.TdClassName
{
border-color: #09CBE8;
}
.TagClassName
{
border-color: #09CBE8;
}
</style>