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