Shades of Bright Turquoise #09E7BE
Tints of Bright Turquoise #09E7BE
RGB
CMYK
RGB Variations
Color information
#09E7BE (or 0x09E7BE) is known color: Bright Turquoise. HEX triplet: 09, E7 and BE. RGB value is (9,231,190). Sum of RGB (Red+Green+Blue) = 9+231+190=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 231 (90.62% from 255 or 53.72% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 231 - color contains mainly: green. Hex color #09E7BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E7BE is #F61841. Grayscale: #9F9F9F. Windows color (decimal): -16128066 or 12510985. OLE color: 12510985.
HSL color Cylindrical-coordinate representation of color #09E7BE: hue angle of 168.92º 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 #09E7BE is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 231 | 190 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.09 |
| HSL | 168.92º | 0.93% | 0.47% | - |
| HSV(B) | 168.92º | 0.96% | 0.91% | - |
| XYZ | 37.98 | 60.93 | 58.47 | - |
| YUV | 159.95 | 144.95 | 20.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 231 | 190 | 0.96 | 0 | 0.18 | 0.09 | 168.92 | 0.93 | 0.47 |
| Hex | 9 | E7 | BE | 60 | 0 | 12 | 9 | A9 | 5C | 2F |
| Octal | 11 | 347 | 276 | 140 | 0 | 22 | 11 | 251 | 134 | 57 |
| Binary | 1001 | 11100111 | 10111110 | 1100000 | 0 | 10010 | 1001 | 10101001 | 1011100 | 101111 |
Color Harmonies of #09E7BE
Complementary color
Monochromatic Colors of #09E7BE
Black with #09E7BE
Text Example
Text Example
White with #09E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E7BE; }
p { color: rgb(9,231,190); }
H1.HeaderClassName
{
color: #09E7BE;
}
.AnyTagClassName
{
color: #09E7BE;
}
</style>
background-color css
<style>
a { background-color: #09E7BE; }
a { background-color: rgb(9,231,190); }
div.DivClassName
{
background-color: #09E7BE;
}
.BgClassName
{
background-color: #09E7BE;
}
</style>
border-color css
<style>
span { border-color: #09E7BE; }
span { border-color: rgb(9,231,190); }
td.TdClassName
{
border-color: #09E7BE;
}
.TagClassName
{
border-color: #09E7BE;
}
</style>