Shades of Bright Turquoise #09FFE0
Tints of Bright Turquoise #09FFE0
RGB
CMYK
RGB Variations
Color information
#09FFE0 (or 0x09FFE0) is known color: Bright Turquoise. HEX triplet: 09, FF and E0. RGB value is (9,255,224). Sum of RGB (Red+Green+Blue) = 9+255+224=488 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFE0 is #F6001F. Grayscale: #B1B1B1. Windows color (decimal): -16121888 or 14745353. OLE color: 14745353.
HSL color Cylindrical-coordinate representation of color #09FFE0: hue angle of 172.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFE0 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 224 | - |
| CMYK | 0.96 | 0 | 0.12 | 0 |
| HSL | 172.44º | 1% | 0.52% | - |
| HSV(B) | 172.44º | 0.96% | 1% | - |
| XYZ | 49.33 | 76.96 | 82.78 | - |
| YUV | 177.91 | 154 | 7.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 224 | 0.96 | 0 | 0.12 | 0 | 172.44 | 1 | 0.52 |
| Hex | 9 | FF | E0 | 60 | 0 | C | 0 | AC | 64 | 34 |
| Octal | 11 | 377 | 340 | 140 | 0 | 14 | 0 | 254 | 144 | 64 |
| Binary | 1001 | 11111111 | 11100000 | 1100000 | 0 | 1100 | 0 | 10101100 | 1100100 | 110100 |
Color Harmonies of #09FFE0
Complementary color
Monochromatic Colors of #09FFE0
Black with #09FFE0
Text Example
Text Example
White with #09FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFE0; }
p { color: rgb(9,255,224); }
H1.HeaderClassName
{
color: #09FFE0;
}
.AnyTagClassName
{
color: #09FFE0;
}
</style>
background-color css
<style>
a { background-color: #09FFE0; }
a { background-color: rgb(9,255,224); }
div.DivClassName
{
background-color: #09FFE0;
}
.BgClassName
{
background-color: #09FFE0;
}
</style>
border-color css
<style>
span { border-color: #09FFE0; }
span { border-color: rgb(9,255,224); }
td.TdClassName
{
border-color: #09FFE0;
}
.TagClassName
{
border-color: #09FFE0;
}
</style>