Shades of Bright Turquoise #09FFE4
Tints of Bright Turquoise #09FFE4
RGB
CMYK
RGB Variations
Color information
#09FFE4 (or 0x09FFE4) is known color: Bright Turquoise. HEX triplet: 09, FF and E4. RGB value is (9,255,228). Sum of RGB (Red+Green+Blue) = 9+255+228=492 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFE4 is #F6001B. Grayscale: #B2B2B2. Windows color (decimal): -16121884 or 15007497. OLE color: 15007497.
HSL color Cylindrical-coordinate representation of color #09FFE4: hue angle of 173.41º 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 #09FFE4 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 228 | - |
| CMYK | 0.96 | 0 | 0.11 | 0 |
| HSL | 173.41º | 1% | 0.52% | - |
| HSV(B) | 173.41º | 0.96% | 1% | - |
| XYZ | 49.88 | 77.18 | 85.67 | - |
| YUV | 178.37 | 156 | 7.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 228 | 0.96 | 0 | 0.11 | 0 | 173.41 | 1 | 0.52 |
| Hex | 9 | FF | E4 | 60 | 0 | B | 0 | AD | 64 | 34 |
| Octal | 11 | 377 | 344 | 140 | 0 | 13 | 0 | 255 | 144 | 64 |
| Binary | 1001 | 11111111 | 11100100 | 1100000 | 0 | 1011 | 0 | 10101101 | 1100100 | 110100 |
Color Harmonies of #09FFE4
Complementary color
Monochromatic Colors of #09FFE4
Black with #09FFE4
Text Example
Text Example
White with #09FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFE4; }
p { color: rgb(9,255,228); }
H1.HeaderClassName
{
color: #09FFE4;
}
.AnyTagClassName
{
color: #09FFE4;
}
</style>
background-color css
<style>
a { background-color: #09FFE4; }
a { background-color: rgb(9,255,228); }
div.DivClassName
{
background-color: #09FFE4;
}
.BgClassName
{
background-color: #09FFE4;
}
</style>
border-color css
<style>
span { border-color: #09FFE4; }
span { border-color: rgb(9,255,228); }
td.TdClassName
{
border-color: #09FFE4;
}
.TagClassName
{
border-color: #09FFE4;
}
</style>