Shades of Bright Turquoise #09FEDE
Tints of Bright Turquoise #09FEDE
RGB
CMYK
RGB Variations
Color information
#09FEDE (or 0x09FEDE) is known color: Bright Turquoise. HEX triplet: 09, FE and DE. RGB value is (9,254,222). Sum of RGB (Red+Green+Blue) = 9+254+222=485 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #09FEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FEDE is #F60121. Grayscale: #B0B0B0. Windows color (decimal): -16122146 or 14614025. OLE color: 14614025.
HSL color Cylindrical-coordinate representation of color #09FEDE: hue angle of 172.16º 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 #09FEDE is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 222 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.00 |
| HSL | 172.16º | 0.99% | 0.52% | - |
| HSV(B) | 172.16º | 0.96% | 1% | - |
| XYZ | 48.74 | 76.22 | 81.25 | - |
| YUV | 177.1 | 153.33 | 8.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 222 | 0.96 | 0 | 0.13 | 0.00 | 172.16 | 0.99 | 0.52 |
| Hex | 9 | FE | DE | 60 | 0 | D | 0 | AC | 63 | 34 |
| Octal | 11 | 376 | 336 | 140 | 0 | 15 | 0 | 254 | 143 | 64 |
| Binary | 1001 | 11111110 | 11011110 | 1100000 | 0 | 1101 | 0 | 10101100 | 1100011 | 110100 |
Color Harmonies of #09FEDE
Complementary color
Monochromatic Colors of #09FEDE
Black with #09FEDE
Text Example
Text Example
White with #09FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FEDE; }
p { color: rgb(9,254,222); }
H1.HeaderClassName
{
color: #09FEDE;
}
.AnyTagClassName
{
color: #09FEDE;
}
</style>
background-color css
<style>
a { background-color: #09FEDE; }
a { background-color: rgb(9,254,222); }
div.DivClassName
{
background-color: #09FEDE;
}
.BgClassName
{
background-color: #09FEDE;
}
</style>
border-color css
<style>
span { border-color: #09FEDE; }
span { border-color: rgb(9,254,222); }
td.TdClassName
{
border-color: #09FEDE;
}
.TagClassName
{
border-color: #09FEDE;
}
</style>