Shades of Bright Turquoise #09DCE8
Tints of Bright Turquoise #09DCE8
RGB
CMYK
RGB Variations
Color information
#09DCE8 (or 0x09DCE8) is known color: Bright Turquoise. HEX triplet: 09, DC and E8. RGB value is (9,220,232). Sum of RGB (Red+Green+Blue) = 9+220+232=461 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #09DCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DCE8 is #F62317. Grayscale: #9E9E9E. Windows color (decimal): -16130840 or 15260681. OLE color: 15260681.
HSL color Cylindrical-coordinate representation of color #09DCE8: hue angle of 183.23º 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 #09DCE8 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 220 | 232 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.09 |
| HSL | 183.23º | 0.93% | 0.47% | - |
| HSV(B) | 183.23º | 0.96% | 0.91% | - |
| XYZ | 40.27 | 57.07 | 85.24 | - |
| YUV | 158.28 | 169.6 | 21.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 232 | 0.96 | 0.05 | 0 | 0.09 | 183.23 | 0.93 | 0.47 |
| Hex | 9 | DC | E8 | 60 | 5 | 0 | 9 | B7 | 5D | 2F |
| Octal | 11 | 334 | 350 | 140 | 5 | 0 | 11 | 267 | 135 | 57 |
| Binary | 1001 | 11011100 | 11101000 | 1100000 | 101 | 0 | 1001 | 10110111 | 1011101 | 101111 |
Color Harmonies of #09DCE8
Complementary color
Monochromatic Colors of #09DCE8
Black with #09DCE8
Text Example
Text Example
White with #09DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCE8; }
p { color: rgb(9,220,232); }
H1.HeaderClassName
{
color: #09DCE8;
}
.AnyTagClassName
{
color: #09DCE8;
}
</style>
background-color css
<style>
a { background-color: #09DCE8; }
a { background-color: rgb(9,220,232); }
div.DivClassName
{
background-color: #09DCE8;
}
.BgClassName
{
background-color: #09DCE8;
}
</style>
border-color css
<style>
span { border-color: #09DCE8; }
span { border-color: rgb(9,220,232); }
td.TdClassName
{
border-color: #09DCE8;
}
.TagClassName
{
border-color: #09DCE8;
}
</style>