Shades of Bright Turquoise #09E8C2
Tints of Bright Turquoise #09E8C2
RGB
CMYK
RGB Variations
Color information
#09E8C2 (or 0x09E8C2) is known color: Bright Turquoise. HEX triplet: 09, E8 and C2. RGB value is (9,232,194). Sum of RGB (Red+Green+Blue) = 9+232+194=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #09E8C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E8C2 is #F6173D. Grayscale: #A0A0A0. Windows color (decimal): -16127806 or 12773385. OLE color: 12773385.
HSL color Cylindrical-coordinate representation of color #09E8C2: hue angle of 169.78º 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 #09E8C2 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 232 | 194 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.09 |
| HSL | 169.78º | 0.93% | 0.47% | - |
| HSV(B) | 169.78º | 0.96% | 0.91% | - |
| XYZ | 38.71 | 61.67 | 60.9 | - |
| YUV | 160.99 | 146.62 | 19.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 232 | 194 | 0.96 | 0 | 0.16 | 0.09 | 169.78 | 0.93 | 0.47 |
| Hex | 9 | E8 | C2 | 60 | 0 | 10 | 9 | AA | 5D | 2F |
| Octal | 11 | 350 | 302 | 140 | 0 | 20 | 11 | 252 | 135 | 57 |
| Binary | 1001 | 11101000 | 11000010 | 1100000 | 0 | 10000 | 1001 | 10101010 | 1011101 | 101111 |
Color Harmonies of #09E8C2
Complementary color
Monochromatic Colors of #09E8C2
Black with #09E8C2
Text Example
Text Example
White with #09E8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E8C2; }
p { color: rgb(9,232,194); }
H1.HeaderClassName
{
color: #09E8C2;
}
.AnyTagClassName
{
color: #09E8C2;
}
</style>
background-color css
<style>
a { background-color: #09E8C2; }
a { background-color: rgb(9,232,194); }
div.DivClassName
{
background-color: #09E8C2;
}
.BgClassName
{
background-color: #09E8C2;
}
</style>
border-color css
<style>
span { border-color: #09E8C2; }
span { border-color: rgb(9,232,194); }
td.TdClassName
{
border-color: #09E8C2;
}
.TagClassName
{
border-color: #09E8C2;
}
</style>