Shades of Bright Turquoise #09ECF2
Tints of Bright Turquoise #09ECF2
RGB
CMYK
RGB Variations
Color information
#09ECF2 (or 0x09ECF2) is known color: Bright Turquoise. HEX triplet: 09, EC and F2. RGB value is (9,236,242). Sum of RGB (Red+Green+Blue) = 9+236+242=487 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #09ECF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09ECF2 is #F6130D. Grayscale: #A8A8A8. Windows color (decimal): -16126734 or 15920137. OLE color: 15920137.
HSL color Cylindrical-coordinate representation of color #09ECF2: hue angle of 181.55º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ECF2 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 236 | 242 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.05 |
| HSL | 181.55º | 0.93% | 0.49% | - |
| HSV(B) | 181.55º | 0.96% | 0.95% | - |
| XYZ | 46.14 | 66.46 | 94.4 | - |
| YUV | 168.81 | 169.29 | 14.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 242 | 0.96 | 0.02 | 0 | 0.05 | 181.55 | 0.93 | 0.49 |
| Hex | 9 | EC | F2 | 60 | 2 | 0 | 5 | B6 | 5D | 31 |
| Octal | 11 | 354 | 362 | 140 | 2 | 0 | 5 | 266 | 135 | 61 |
| Binary | 1001 | 11101100 | 11110010 | 1100000 | 10 | 0 | 101 | 10110110 | 1011101 | 110001 |
Color Harmonies of #09ECF2
Complementary color
Monochromatic Colors of #09ECF2
Black with #09ECF2
Text Example
Text Example
White with #09ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECF2; }
p { color: rgb(9,236,242); }
H1.HeaderClassName
{
color: #09ECF2;
}
.AnyTagClassName
{
color: #09ECF2;
}
</style>
background-color css
<style>
a { background-color: #09ECF2; }
a { background-color: rgb(9,236,242); }
div.DivClassName
{
background-color: #09ECF2;
}
.BgClassName
{
background-color: #09ECF2;
}
</style>
border-color css
<style>
span { border-color: #09ECF2; }
span { border-color: rgb(9,236,242); }
td.TdClassName
{
border-color: #09ECF2;
}
.TagClassName
{
border-color: #09ECF2;
}
</style>