Shades of Bright Turquoise #09E7C9
Tints of Bright Turquoise #09E7C9
RGB
CMYK
RGB Variations
Color information
#09E7C9 (or 0x09E7C9) is known color: Bright Turquoise. HEX triplet: 09, E7 and C9. RGB value is (9,231,201). Sum of RGB (Red+Green+Blue) = 9+231+201=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #09E7C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E7C9 is #F61836. Grayscale: #A1A1A1. Windows color (decimal): -16128055 or 13231881. OLE color: 13231881.
HSL color Cylindrical-coordinate representation of color #09E7C9: hue angle of 171.89º 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 #09E7C9 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 231 | 201 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.09 |
| HSL | 171.89º | 0.93% | 0.47% | - |
| HSV(B) | 171.89º | 0.96% | 0.91% | - |
| XYZ | 39.23 | 61.43 | 65.05 | - |
| YUV | 161.2 | 150.45 | 19.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 231 | 201 | 0.96 | 0 | 0.13 | 0.09 | 171.89 | 0.93 | 0.47 |
| Hex | 9 | E7 | C9 | 60 | 0 | D | 9 | AC | 5C | 2F |
| Octal | 11 | 347 | 311 | 140 | 0 | 15 | 11 | 254 | 134 | 57 |
| Binary | 1001 | 11100111 | 11001001 | 1100000 | 0 | 1101 | 1001 | 10101100 | 1011100 | 101111 |
Color Harmonies of #09E7C9
Complementary color
Monochromatic Colors of #09E7C9
Black with #09E7C9
Text Example
Text Example
White with #09E7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E7C9; }
p { color: rgb(9,231,201); }
H1.HeaderClassName
{
color: #09E7C9;
}
.AnyTagClassName
{
color: #09E7C9;
}
</style>
background-color css
<style>
a { background-color: #09E7C9; }
a { background-color: rgb(9,231,201); }
div.DivClassName
{
background-color: #09E7C9;
}
.BgClassName
{
background-color: #09E7C9;
}
</style>
border-color css
<style>
span { border-color: #09E7C9; }
span { border-color: rgb(9,231,201); }
td.TdClassName
{
border-color: #09E7C9;
}
.TagClassName
{
border-color: #09E7C9;
}
</style>