Shades of Bright Turquoise #09EBC7
Tints of Bright Turquoise #09EBC7
RGB
CMYK
RGB Variations
Color information
#09EBC7 (or 0x09EBC7) is known color: Bright Turquoise. HEX triplet: 09, EB and C7. RGB value is (9,235,199). Sum of RGB (Red+Green+Blue) = 9+235+199=443 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.03% from 443); Green value is 235 (92.19% from 255 or 53.05% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EBC7 is #F61438. Grayscale: #A3A3A3. Windows color (decimal): -16127033 or 13101833. OLE color: 13101833.
HSL color Cylindrical-coordinate representation of color #09EBC7: hue angle of 170.44º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EBC7 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 235 | 199 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.08 |
| HSL | 170.44º | 0.93% | 0.48% | - |
| HSV(B) | 170.44º | 0.96% | 0.92% | - |
| XYZ | 40.13 | 63.6 | 64.19 | - |
| YUV | 163.32 | 148.13 | 17.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 235 | 199 | 0.96 | 0 | 0.15 | 0.08 | 170.44 | 0.93 | 0.48 |
| Hex | 9 | EB | C7 | 60 | 0 | F | 8 | AA | 5D | 30 |
| Octal | 11 | 353 | 307 | 140 | 0 | 17 | 10 | 252 | 135 | 60 |
| Binary | 1001 | 11101011 | 11000111 | 1100000 | 0 | 1111 | 1000 | 10101010 | 1011101 | 110000 |
Color Harmonies of #09EBC7
Complementary color
Monochromatic Colors of #09EBC7
Black with #09EBC7
Text Example
Text Example
White with #09EBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EBC7; }
p { color: rgb(9,235,199); }
H1.HeaderClassName
{
color: #09EBC7;
}
.AnyTagClassName
{
color: #09EBC7;
}
</style>
background-color css
<style>
a { background-color: #09EBC7; }
a { background-color: rgb(9,235,199); }
div.DivClassName
{
background-color: #09EBC7;
}
.BgClassName
{
background-color: #09EBC7;
}
</style>
border-color css
<style>
span { border-color: #09EBC7; }
span { border-color: rgb(9,235,199); }
td.TdClassName
{
border-color: #09EBC7;
}
.TagClassName
{
border-color: #09EBC7;
}
</style>