Shades of Bright Turquoise #09FFE5
Tints of Bright Turquoise #09FFE5
RGB
CMYK
RGB Variations
Color information
#09FFE5 (or 0x09FFE5) is known color: Bright Turquoise. HEX triplet: 09, FF and E5. RGB value is (9,255,229). Sum of RGB (Red+Green+Blue) = 9+255+229=493 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFE5 is #F6001A. Grayscale: #B2B2B2. Windows color (decimal): -16121883 or 15073033. OLE color: 15073033.
HSL color Cylindrical-coordinate representation of color #09FFE5: hue angle of 173.66º 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 #09FFE5 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 229 | - |
| CMYK | 0.96 | 0 | 0.10 | 0 |
| HSL | 173.66º | 1% | 0.52% | - |
| HSV(B) | 173.66º | 0.96% | 1% | - |
| XYZ | 50.02 | 77.24 | 86.4 | - |
| YUV | 178.48 | 156.5 | 7.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 229 | 0.96 | 0 | 0.10 | 0 | 173.66 | 1 | 0.52 |
| Hex | 9 | FF | E5 | 60 | 0 | A | 0 | AE | 64 | 34 |
| Octal | 11 | 377 | 345 | 140 | 0 | 12 | 0 | 256 | 144 | 64 |
| Binary | 1001 | 11111111 | 11100101 | 1100000 | 0 | 1010 | 0 | 10101110 | 1100100 | 110100 |
Color Harmonies of #09FFE5
Complementary color
Monochromatic Colors of #09FFE5
Black with #09FFE5
Text Example
Text Example
White with #09FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFE5; }
p { color: rgb(9,255,229); }
H1.HeaderClassName
{
color: #09FFE5;
}
.AnyTagClassName
{
color: #09FFE5;
}
</style>
background-color css
<style>
a { background-color: #09FFE5; }
a { background-color: rgb(9,255,229); }
div.DivClassName
{
background-color: #09FFE5;
}
.BgClassName
{
background-color: #09FFE5;
}
</style>
border-color css
<style>
span { border-color: #09FFE5; }
span { border-color: rgb(9,255,229); }
td.TdClassName
{
border-color: #09FFE5;
}
.TagClassName
{
border-color: #09FFE5;
}
</style>