Shades of Bright Turquoise #09ECE0
Tints of Bright Turquoise #09ECE0
RGB
CMYK
RGB Variations
Color information
#09ECE0 (or 0x09ECE0) is known color: Bright Turquoise. HEX triplet: 09, EC and E0. RGB value is (9,236,224). Sum of RGB (Red+Green+Blue) = 9+236+224=469 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #09ECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09ECE0 is #F6131F. Grayscale: #A6A6A6. Windows color (decimal): -16126752 or 14740489. OLE color: 14740489.
HSL color Cylindrical-coordinate representation of color #09ECE0: hue angle of 176.83º 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 #09ECE0 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 236 | 224 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.07 |
| HSL | 176.83º | 0.93% | 0.48% | - |
| HSV(B) | 176.83º | 0.96% | 0.93% | - |
| XYZ | 43.56 | 65.43 | 80.85 | - |
| YUV | 166.76 | 160.29 | 15.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 224 | 0.96 | 0 | 0.05 | 0.07 | 176.83 | 0.93 | 0.48 |
| Hex | 9 | EC | E0 | 60 | 0 | 5 | 7 | B1 | 5D | 30 |
| Octal | 11 | 354 | 340 | 140 | 0 | 5 | 7 | 261 | 135 | 60 |
| Binary | 1001 | 11101100 | 11100000 | 1100000 | 0 | 101 | 111 | 10110001 | 1011101 | 110000 |
Color Harmonies of #09ECE0
Complementary color
Monochromatic Colors of #09ECE0
Black with #09ECE0
Text Example
Text Example
White with #09ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECE0; }
p { color: rgb(9,236,224); }
H1.HeaderClassName
{
color: #09ECE0;
}
.AnyTagClassName
{
color: #09ECE0;
}
</style>
background-color css
<style>
a { background-color: #09ECE0; }
a { background-color: rgb(9,236,224); }
div.DivClassName
{
background-color: #09ECE0;
}
.BgClassName
{
background-color: #09ECE0;
}
</style>
border-color css
<style>
span { border-color: #09ECE0; }
span { border-color: rgb(9,236,224); }
td.TdClassName
{
border-color: #09ECE0;
}
.TagClassName
{
border-color: #09ECE0;
}
</style>