Shades of Bright Turquoise #09ECEC
Tints of Bright Turquoise #09ECEC
RGB
CMYK
RGB Variations
Color information
#09ECEC (or 0x09ECEC) is known color: Bright Turquoise. HEX triplet: 09, EC and EC. RGB value is (9,236,236). Sum of RGB (Red+Green+Blue) = 9+236+236=481 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #09ECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09ECEC is #F61313. Grayscale: #A7A7A7. Windows color (decimal): -16126740 or 15526921. OLE color: 15526921.
HSL color Cylindrical-coordinate representation of color #09ECEC: hue angle of 180º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ECEC is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 236 | 236 | - |
| CMYK | 0.96 | 0 | 0 | 0.07 |
| HSL | 180º | 0.93% | 0.48% | - |
| HSV(B) | 180º | 0.96% | 0.93% | - |
| XYZ | 45.25 | 66.11 | 89.73 | - |
| YUV | 168.13 | 166.29 | 14.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 236 | 0.96 | 0 | 0 | 0.07 | 180 | 0.93 | 0.48 |
| Hex | 9 | EC | EC | 60 | 0 | 0 | 7 | B4 | 5D | 30 |
| Octal | 11 | 354 | 354 | 140 | 0 | 0 | 7 | 264 | 135 | 60 |
| Binary | 1001 | 11101100 | 11101100 | 1100000 | 0 | 0 | 111 | 10110100 | 1011101 | 110000 |
Color Harmonies of #09ECEC
Complementary color
Monochromatic Colors of #09ECEC
Black with #09ECEC
Text Example
Text Example
White with #09ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECEC; }
p { color: rgb(9,236,236); }
H1.HeaderClassName
{
color: #09ECEC;
}
.AnyTagClassName
{
color: #09ECEC;
}
</style>
background-color css
<style>
a { background-color: #09ECEC; }
a { background-color: rgb(9,236,236); }
div.DivClassName
{
background-color: #09ECEC;
}
.BgClassName
{
background-color: #09ECEC;
}
</style>
border-color css
<style>
span { border-color: #09ECEC; }
span { border-color: rgb(9,236,236); }
td.TdClassName
{
border-color: #09ECEC;
}
.TagClassName
{
border-color: #09ECEC;
}
</style>