Shades of Bright Turquoise #09E5E8
Tints of Bright Turquoise #09E5E8
RGB
CMYK
RGB Variations
Color information
#09E5E8 (or 0x09E5E8) is known color: Bright Turquoise. HEX triplet: 09, E5 and E8. RGB value is (9,229,232). Sum of RGB (Red+Green+Blue) = 9+229+232=470 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #09E5E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E5E8 is #F61A17. Grayscale: #A3A3A3. Windows color (decimal): -16128536 or 15262985. OLE color: 15262985.
HSL color Cylindrical-coordinate representation of color #09E5E8: hue angle of 180.81º 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 #09E5E8 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 229 | 232 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.09 |
| HSL | 180.81º | 0.93% | 0.47% | - |
| HSV(B) | 180.81º | 0.96% | 0.91% | - |
| XYZ | 42.7 | 61.92 | 86.05 | - |
| YUV | 163.56 | 166.61 | 17.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 229 | 232 | 0.96 | 0.01 | 0 | 0.09 | 180.81 | 0.93 | 0.47 |
| Hex | 9 | E5 | E8 | 60 | 1 | 0 | 9 | B5 | 5D | 2F |
| Octal | 11 | 345 | 350 | 140 | 1 | 0 | 11 | 265 | 135 | 57 |
| Binary | 1001 | 11100101 | 11101000 | 1100000 | 1 | 0 | 1001 | 10110101 | 1011101 | 101111 |
Color Harmonies of #09E5E8
Complementary color
Monochromatic Colors of #09E5E8
Black with #09E5E8
Text Example
Text Example
White with #09E5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E5E8; }
p { color: rgb(9,229,232); }
H1.HeaderClassName
{
color: #09E5E8;
}
.AnyTagClassName
{
color: #09E5E8;
}
</style>
background-color css
<style>
a { background-color: #09E5E8; }
a { background-color: rgb(9,229,232); }
div.DivClassName
{
background-color: #09E5E8;
}
.BgClassName
{
background-color: #09E5E8;
}
</style>
border-color css
<style>
span { border-color: #09E5E8; }
span { border-color: rgb(9,229,232); }
td.TdClassName
{
border-color: #09E5E8;
}
.TagClassName
{
border-color: #09E5E8;
}
</style>