Shades of Bright Turquoise #09ECDB
Tints of Bright Turquoise #09ECDB
RGB
CMYK
RGB Variations
Color information
#09ECDB (or 0x09ECDB) is known color: Bright Turquoise. HEX triplet: 09, EC and DB. RGB value is (9,236,219). Sum of RGB (Red+Green+Blue) = 9+236+219=464 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #09ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09ECDB is #F61324. Grayscale: #A6A6A6. Windows color (decimal): -16126757 or 14412809. OLE color: 14412809.
HSL color Cylindrical-coordinate representation of color #09ECDB: hue angle of 175.51º 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 #09ECDB is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 236 | 219 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.07 |
| HSL | 175.51º | 0.93% | 0.48% | - |
| HSV(B) | 175.51º | 0.96% | 0.93% | - |
| XYZ | 42.89 | 65.16 | 77.33 | - |
| YUV | 166.19 | 157.79 | 15.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 219 | 0.96 | 0 | 0.07 | 0.07 | 175.51 | 0.93 | 0.48 |
| Hex | 9 | EC | DB | 60 | 0 | 7 | 7 | B0 | 5D | 30 |
| Octal | 11 | 354 | 333 | 140 | 0 | 7 | 7 | 260 | 135 | 60 |
| Binary | 1001 | 11101100 | 11011011 | 1100000 | 0 | 111 | 111 | 10110000 | 1011101 | 110000 |
Color Harmonies of #09ECDB
Complementary color
Monochromatic Colors of #09ECDB
Black with #09ECDB
Text Example
Text Example
White with #09ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECDB; }
p { color: rgb(9,236,219); }
H1.HeaderClassName
{
color: #09ECDB;
}
.AnyTagClassName
{
color: #09ECDB;
}
</style>
background-color css
<style>
a { background-color: #09ECDB; }
a { background-color: rgb(9,236,219); }
div.DivClassName
{
background-color: #09ECDB;
}
.BgClassName
{
background-color: #09ECDB;
}
</style>
border-color css
<style>
span { border-color: #09ECDB; }
span { border-color: rgb(9,236,219); }
td.TdClassName
{
border-color: #09ECDB;
}
.TagClassName
{
border-color: #09ECDB;
}
</style>