Shades of Bright Turquoise #09E2EC
Tints of Bright Turquoise #09E2EC
RGB
CMYK
RGB Variations
Color information
#09E2EC (or 0x09E2EC) is known color: Bright Turquoise. HEX triplet: 09, E2 and EC. RGB value is (9,226,236). Sum of RGB (Red+Green+Blue) = 9+226+236=471 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #09E2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E2EC is #F61D13. Grayscale: #A2A2A2. Windows color (decimal): -16129300 or 15524361. OLE color: 15524361.
HSL color Cylindrical-coordinate representation of color #09E2EC: hue angle of 182.64º 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 #09E2EC is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 226 | 236 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.07 |
| HSL | 182.64º | 0.93% | 0.48% | - |
| HSV(B) | 182.64º | 0.96% | 0.93% | - |
| XYZ | 42.45 | 60.51 | 88.8 | - |
| YUV | 162.26 | 169.61 | 18.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 226 | 236 | 0.96 | 0.04 | 0 | 0.07 | 182.64 | 0.93 | 0.48 |
| Hex | 9 | E2 | EC | 60 | 4 | 0 | 7 | B7 | 5D | 30 |
| Octal | 11 | 342 | 354 | 140 | 4 | 0 | 7 | 267 | 135 | 60 |
| Binary | 1001 | 11100010 | 11101100 | 1100000 | 100 | 0 | 111 | 10110111 | 1011101 | 110000 |
Color Harmonies of #09E2EC
Complementary color
Monochromatic Colors of #09E2EC
Black with #09E2EC
Text Example
Text Example
White with #09E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E2EC; }
p { color: rgb(9,226,236); }
H1.HeaderClassName
{
color: #09E2EC;
}
.AnyTagClassName
{
color: #09E2EC;
}
</style>
background-color css
<style>
a { background-color: #09E2EC; }
a { background-color: rgb(9,226,236); }
div.DivClassName
{
background-color: #09E2EC;
}
.BgClassName
{
background-color: #09E2EC;
}
</style>
border-color css
<style>
span { border-color: #09E2EC; }
span { border-color: rgb(9,226,236); }
td.TdClassName
{
border-color: #09E2EC;
}
.TagClassName
{
border-color: #09E2EC;
}
</style>