Shades of Bright Turquoise #09E2C7
Tints of Bright Turquoise #09E2C7
RGB
CMYK
RGB Variations
Color information
#09E2C7 (or 0x09E2C7) is known color: Bright Turquoise. HEX triplet: 09, E2 and C7. RGB value is (9,226,199). Sum of RGB (Red+Green+Blue) = 9+226+199=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #09E2C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E2C7 is #F61D38. Grayscale: #9D9D9D. Windows color (decimal): -16129337 or 13099529. OLE color: 13099529.
HSL color Cylindrical-coordinate representation of color #09E2C7: hue angle of 172.53º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E2C7 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 226 | 199 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.11 |
| HSL | 172.53º | 0.92% | 0.46% | - |
| HSV(B) | 172.53º | 0.96% | 0.89% | - |
| XYZ | 37.62 | 58.57 | 63.36 | - |
| YUV | 158.04 | 151.11 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 226 | 199 | 0.96 | 0 | 0.12 | 0.11 | 172.53 | 0.92 | 0.46 |
| Hex | 9 | E2 | C7 | 60 | 0 | C | B | AD | 5C | 2E |
| Octal | 11 | 342 | 307 | 140 | 0 | 14 | 13 | 255 | 134 | 56 |
| Binary | 1001 | 11100010 | 11000111 | 1100000 | 0 | 1100 | 1011 | 10101101 | 1011100 | 101110 |
Color Harmonies of #09E2C7
Complementary color
Monochromatic Colors of #09E2C7
Black with #09E2C7
Text Example
Text Example
White with #09E2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E2C7; }
p { color: rgb(9,226,199); }
H1.HeaderClassName
{
color: #09E2C7;
}
.AnyTagClassName
{
color: #09E2C7;
}
</style>
background-color css
<style>
a { background-color: #09E2C7; }
a { background-color: rgb(9,226,199); }
div.DivClassName
{
background-color: #09E2C7;
}
.BgClassName
{
background-color: #09E2C7;
}
</style>
border-color css
<style>
span { border-color: #09E2C7; }
span { border-color: rgb(9,226,199); }
td.TdClassName
{
border-color: #09E2C7;
}
.TagClassName
{
border-color: #09E2C7;
}
</style>