Shades of Dark Turquoise #09CCE8
Tints of Dark Turquoise #09CCE8
RGB
CMYK
RGB Variations
Color information
#09CCE8 (or 0x09CCE8) is known color: Dark Turquoise. HEX triplet: 09, CC and E8. RGB value is (9,204,232). Sum of RGB (Red+Green+Blue) = 9+204+232=445 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #09CCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CCE8 is #F63317. Grayscale: #949494. Windows color (decimal): -16134936 or 15256585. OLE color: 15256585.
HSL color Cylindrical-coordinate representation of color #09CCE8: hue angle of 187.53º 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 #09CCE8 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 204 | 232 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.09 |
| HSL | 187.53º | 0.93% | 0.47% | - |
| HSV(B) | 187.53º | 0.96% | 0.91% | - |
| XYZ | 36.27 | 49.07 | 83.9 | - |
| YUV | 148.89 | 174.9 | 28.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 232 | 0.96 | 0.12 | 0 | 0.09 | 187.53 | 0.93 | 0.47 |
| Hex | 9 | CC | E8 | 60 | C | 0 | 9 | BC | 5D | 2F |
| Octal | 11 | 314 | 350 | 140 | 14 | 0 | 11 | 274 | 135 | 57 |
| Binary | 1001 | 11001100 | 11101000 | 1100000 | 1100 | 0 | 1001 | 10111100 | 1011101 | 101111 |
Color Harmonies of #09CCE8
Complementary color
Monochromatic Colors of #09CCE8
Black with #09CCE8
Text Example
Text Example
White with #09CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCE8; }
p { color: rgb(9,204,232); }
H1.HeaderClassName
{
color: #09CCE8;
}
.AnyTagClassName
{
color: #09CCE8;
}
</style>
background-color css
<style>
a { background-color: #09CCE8; }
a { background-color: rgb(9,204,232); }
div.DivClassName
{
background-color: #09CCE8;
}
.BgClassName
{
background-color: #09CCE8;
}
</style>
border-color css
<style>
span { border-color: #09CCE8; }
span { border-color: rgb(9,204,232); }
td.TdClassName
{
border-color: #09CCE8;
}
.TagClassName
{
border-color: #09CCE8;
}
</style>