Shades of Bright Turquoise #09EEC9
Tints of Bright Turquoise #09EEC9
RGB
CMYK
RGB Variations
Color information
#09EEC9 (or 0x09EEC9) is known color: Bright Turquoise. HEX triplet: 09, EE and C9. RGB value is (9,238,201). Sum of RGB (Red+Green+Blue) = 9+238+201=448 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #09EEC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EEC9 is #F61136. Grayscale: #A5A5A5. Windows color (decimal): -16126263 or 13233673. OLE color: 13233673.
HSL color Cylindrical-coordinate representation of color #09EEC9: hue angle of 170.31º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EEC9 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 238 | 201 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.07 |
| HSL | 170.31º | 0.93% | 0.48% | - |
| HSV(B) | 170.31º | 0.96% | 0.93% | - |
| XYZ | 41.23 | 65.42 | 65.71 | - |
| YUV | 165.31 | 148.13 | 16.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 201 | 0.96 | 0 | 0.16 | 0.07 | 170.31 | 0.93 | 0.48 |
| Hex | 9 | EE | C9 | 60 | 0 | 10 | 7 | AA | 5D | 30 |
| Octal | 11 | 356 | 311 | 140 | 0 | 20 | 7 | 252 | 135 | 60 |
| Binary | 1001 | 11101110 | 11001001 | 1100000 | 0 | 10000 | 111 | 10101010 | 1011101 | 110000 |
Color Harmonies of #09EEC9
Complementary color
Monochromatic Colors of #09EEC9
Black with #09EEC9
Text Example
Text Example
White with #09EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EEC9; }
p { color: rgb(9,238,201); }
H1.HeaderClassName
{
color: #09EEC9;
}
.AnyTagClassName
{
color: #09EEC9;
}
</style>
background-color css
<style>
a { background-color: #09EEC9; }
a { background-color: rgb(9,238,201); }
div.DivClassName
{
background-color: #09EEC9;
}
.BgClassName
{
background-color: #09EEC9;
}
</style>
border-color css
<style>
span { border-color: #09EEC9; }
span { border-color: rgb(9,238,201); }
td.TdClassName
{
border-color: #09EEC9;
}
.TagClassName
{
border-color: #09EEC9;
}
</style>