Shades of Bright Turquoise #09F0E4
Tints of Bright Turquoise #09F0E4
RGB
CMYK
RGB Variations
Color information
#09F0E4 (or 0x09F0E4) is known color: Bright Turquoise. HEX triplet: 09, F0 and E4. RGB value is (9,240,228). Sum of RGB (Red+Green+Blue) = 9+240+228=477 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F0E4 is #F60F1B. Grayscale: #A9A9A9. Windows color (decimal): -16125724 or 15003657. OLE color: 15003657.
HSL color Cylindrical-coordinate representation of color #09F0E4: hue angle of 176.88º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F0E4 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 228 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.06 |
| HSL | 176.88º | 0.93% | 0.49% | - |
| HSV(B) | 176.88º | 0.96% | 0.94% | - |
| XYZ | 45.28 | 67.98 | 84.13 | - |
| YUV | 169.56 | 160.97 | 13.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 228 | 0.96 | 0 | 0.05 | 0.06 | 176.88 | 0.93 | 0.49 |
| Hex | 9 | F0 | E4 | 60 | 0 | 5 | 6 | B1 | 5D | 31 |
| Octal | 11 | 360 | 344 | 140 | 0 | 5 | 6 | 261 | 135 | 61 |
| Binary | 1001 | 11110000 | 11100100 | 1100000 | 0 | 101 | 110 | 10110001 | 1011101 | 110001 |
Color Harmonies of #09F0E4
Complementary color
Monochromatic Colors of #09F0E4
Black with #09F0E4
Text Example
Text Example
White with #09F0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F0E4; }
p { color: rgb(9,240,228); }
H1.HeaderClassName
{
color: #09F0E4;
}
.AnyTagClassName
{
color: #09F0E4;
}
</style>
background-color css
<style>
a { background-color: #09F0E4; }
a { background-color: rgb(9,240,228); }
div.DivClassName
{
background-color: #09F0E4;
}
.BgClassName
{
background-color: #09F0E4;
}
</style>
border-color css
<style>
span { border-color: #09F0E4; }
span { border-color: rgb(9,240,228); }
td.TdClassName
{
border-color: #09F0E4;
}
.TagClassName
{
border-color: #09F0E4;
}
</style>