Shades of Bright Turquoise #09E8BD
Tints of Bright Turquoise #09E8BD
RGB
CMYK
RGB Variations
Color information
#09E8BD (or 0x09E8BD) is known color: Bright Turquoise. HEX triplet: 09, E8 and BD. RGB value is (9,232,189). Sum of RGB (Red+Green+Blue) = 9+232+189=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 232 (91.02% from 255 or 53.95% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 232 - color contains mainly: green. Hex color #09E8BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E8BD is #F61742. Grayscale: #A0A0A0. Windows color (decimal): -16127811 or 12445705. OLE color: 12445705.
HSL color Cylindrical-coordinate representation of color #09E8BD: hue angle of 168.43º 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 #09E8BD is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 232 | 189 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.09 |
| HSL | 168.43º | 0.93% | 0.47% | - |
| HSV(B) | 168.43º | 0.96% | 0.91% | - |
| XYZ | 38.15 | 61.45 | 57.99 | - |
| YUV | 160.42 | 144.12 | 20 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 232 | 189 | 0.96 | 0 | 0.19 | 0.09 | 168.43 | 0.93 | 0.47 |
| Hex | 9 | E8 | BD | 60 | 0 | 13 | 9 | A8 | 5D | 2F |
| Octal | 11 | 350 | 275 | 140 | 0 | 23 | 11 | 250 | 135 | 57 |
| Binary | 1001 | 11101000 | 10111101 | 1100000 | 0 | 10011 | 1001 | 10101000 | 1011101 | 101111 |
Color Harmonies of #09E8BD
Complementary color
Monochromatic Colors of #09E8BD
Black with #09E8BD
Text Example
Text Example
White with #09E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E8BD; }
p { color: rgb(9,232,189); }
H1.HeaderClassName
{
color: #09E8BD;
}
.AnyTagClassName
{
color: #09E8BD;
}
</style>
background-color css
<style>
a { background-color: #09E8BD; }
a { background-color: rgb(9,232,189); }
div.DivClassName
{
background-color: #09E8BD;
}
.BgClassName
{
background-color: #09E8BD;
}
</style>
border-color css
<style>
span { border-color: #09E8BD; }
span { border-color: rgb(9,232,189); }
td.TdClassName
{
border-color: #09E8BD;
}
.TagClassName
{
border-color: #09E8BD;
}
</style>