Shades of Bright Turquoise #09ECF4
Tints of Bright Turquoise #09ECF4
RGB
CMYK
RGB Variations
Color information
#09ECF4 (or 0x09ECF4) is known color: Bright Turquoise. HEX triplet: 09, EC and F4. RGB value is (9,236,244). Sum of RGB (Red+Green+Blue) = 9+236+244=489 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #09ECF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09ECF4 is #F6130B. Grayscale: #A8A8A8. Windows color (decimal): -16126732 or 16051209. OLE color: 16051209.
HSL color Cylindrical-coordinate representation of color #09ECF4: hue angle of 182.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ECF4 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 236 | 244 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.04 |
| HSL | 182.04º | 0.93% | 0.5% | - |
| HSV(B) | 182.04º | 0.96% | 0.96% | - |
| XYZ | 46.44 | 66.58 | 95.99 | - |
| YUV | 169.04 | 170.29 | 13.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 244 | 0.96 | 0.03 | 0 | 0.04 | 182.04 | 0.93 | 0.5 |
| Hex | 9 | EC | F4 | 60 | 3 | 0 | 4 | B6 | 5D | 32 |
| Octal | 11 | 354 | 364 | 140 | 3 | 0 | 4 | 266 | 135 | 62 |
| Binary | 1001 | 11101100 | 11110100 | 1100000 | 11 | 0 | 100 | 10110110 | 1011101 | 110010 |
Color Harmonies of #09ECF4
Complementary color
Monochromatic Colors of #09ECF4
Black with #09ECF4
Text Example
Text Example
White with #09ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECF4; }
p { color: rgb(9,236,244); }
H1.HeaderClassName
{
color: #09ECF4;
}
.AnyTagClassName
{
color: #09ECF4;
}
</style>
background-color css
<style>
a { background-color: #09ECF4; }
a { background-color: rgb(9,236,244); }
div.DivClassName
{
background-color: #09ECF4;
}
.BgClassName
{
background-color: #09ECF4;
}
</style>
border-color css
<style>
span { border-color: #09ECF4; }
span { border-color: rgb(9,236,244); }
td.TdClassName
{
border-color: #09ECF4;
}
.TagClassName
{
border-color: #09ECF4;
}
</style>