Shades of Bright Turquoise #09ECF0
Tints of Bright Turquoise #09ECF0
RGB
CMYK
RGB Variations
Color information
#09ECF0 (or 0x09ECF0) is known color: Bright Turquoise. HEX triplet: 09, EC and F0. RGB value is (9,236,240). Sum of RGB (Red+Green+Blue) = 9+236+240=485 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #09ECF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09ECF0 is #F6130F. Grayscale: #A8A8A8. Windows color (decimal): -16126736 or 15789065. OLE color: 15789065.
HSL color Cylindrical-coordinate representation of color #09ECF0: hue angle of 181.04º 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 #09ECF0 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 236 | 240 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.06 |
| HSL | 181.04º | 0.93% | 0.49% | - |
| HSV(B) | 181.04º | 0.96% | 0.94% | - |
| XYZ | 45.84 | 66.34 | 92.83 | - |
| YUV | 168.58 | 168.29 | 14.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 240 | 0.96 | 0.02 | 0 | 0.06 | 181.04 | 0.93 | 0.49 |
| Hex | 9 | EC | F0 | 60 | 2 | 0 | 6 | B5 | 5D | 31 |
| Octal | 11 | 354 | 360 | 140 | 2 | 0 | 6 | 265 | 135 | 61 |
| Binary | 1001 | 11101100 | 11110000 | 1100000 | 10 | 0 | 110 | 10110101 | 1011101 | 110001 |
Color Harmonies of #09ECF0
Complementary color
Monochromatic Colors of #09ECF0
Black with #09ECF0
Text Example
Text Example
White with #09ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECF0; }
p { color: rgb(9,236,240); }
H1.HeaderClassName
{
color: #09ECF0;
}
.AnyTagClassName
{
color: #09ECF0;
}
</style>
background-color css
<style>
a { background-color: #09ECF0; }
a { background-color: rgb(9,236,240); }
div.DivClassName
{
background-color: #09ECF0;
}
.BgClassName
{
background-color: #09ECF0;
}
</style>
border-color css
<style>
span { border-color: #09ECF0; }
span { border-color: rgb(9,236,240); }
td.TdClassName
{
border-color: #09ECF0;
}
.TagClassName
{
border-color: #09ECF0;
}
</style>