Shades of Bright Turquoise #09FEE9
Tints of Bright Turquoise #09FEE9
RGB
CMYK
RGB Variations
Color information
#09FEE9 (or 0x09FEE9) is known color: Bright Turquoise. HEX triplet: 09, FE and E9. RGB value is (9,254,233). Sum of RGB (Red+Green+Blue) = 9+254+233=496 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #09FEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FEE9 is #F60116. Grayscale: #B2B2B2. Windows color (decimal): -16122135 or 15334921. OLE color: 15334921.
HSL color Cylindrical-coordinate representation of color #09FEE9: hue angle of 174.86º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FEE9 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 233 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.00 |
| HSL | 174.86º | 0.99% | 0.52% | - |
| HSV(B) | 174.86º | 0.96% | 1% | - |
| XYZ | 50.26 | 76.82 | 89.27 | - |
| YUV | 178.35 | 158.83 | 7.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 233 | 0.96 | 0 | 0.08 | 0.00 | 174.86 | 0.99 | 0.52 |
| Hex | 9 | FE | E9 | 60 | 0 | 8 | 0 | AF | 63 | 34 |
| Octal | 11 | 376 | 351 | 140 | 0 | 10 | 0 | 257 | 143 | 64 |
| Binary | 1001 | 11111110 | 11101001 | 1100000 | 0 | 1000 | 0 | 10101111 | 1100011 | 110100 |
Color Harmonies of #09FEE9
Complementary color
Monochromatic Colors of #09FEE9
Black with #09FEE9
Text Example
Text Example
White with #09FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FEE9; }
p { color: rgb(9,254,233); }
H1.HeaderClassName
{
color: #09FEE9;
}
.AnyTagClassName
{
color: #09FEE9;
}
</style>
background-color css
<style>
a { background-color: #09FEE9; }
a { background-color: rgb(9,254,233); }
div.DivClassName
{
background-color: #09FEE9;
}
.BgClassName
{
background-color: #09FEE9;
}
</style>
border-color css
<style>
span { border-color: #09FEE9; }
span { border-color: rgb(9,254,233); }
td.TdClassName
{
border-color: #09FEE9;
}
.TagClassName
{
border-color: #09FEE9;
}
</style>