Shades of Bright Turquoise #09EADB
Tints of Bright Turquoise #09EADB
RGB
CMYK
RGB Variations
Color information
#09EADB (or 0x09EADB) is known color: Bright Turquoise. HEX triplet: 09, EA and DB. RGB value is (9,234,219). Sum of RGB (Red+Green+Blue) = 9+234+219=462 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #09EADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EADB is #F61524. Grayscale: #A4A4A4. Windows color (decimal): -16127269 or 14412297. OLE color: 14412297.
HSL color Cylindrical-coordinate representation of color #09EADB: hue angle of 176º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EADB is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 234 | 219 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.08 |
| HSL | 176º | 0.93% | 0.48% | - |
| HSV(B) | 176º | 0.96% | 0.92% | - |
| XYZ | 42.32 | 64.02 | 77.14 | - |
| YUV | 165.02 | 158.46 | 16.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 234 | 219 | 0.96 | 0 | 0.06 | 0.08 | 176 | 0.93 | 0.48 |
| Hex | 9 | EA | DB | 60 | 0 | 6 | 8 | B0 | 5D | 30 |
| Octal | 11 | 352 | 333 | 140 | 0 | 6 | 10 | 260 | 135 | 60 |
| Binary | 1001 | 11101010 | 11011011 | 1100000 | 0 | 110 | 1000 | 10110000 | 1011101 | 110000 |
Color Harmonies of #09EADB
Complementary color
Monochromatic Colors of #09EADB
Black with #09EADB
Text Example
Text Example
White with #09EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EADB; }
p { color: rgb(9,234,219); }
H1.HeaderClassName
{
color: #09EADB;
}
.AnyTagClassName
{
color: #09EADB;
}
</style>
background-color css
<style>
a { background-color: #09EADB; }
a { background-color: rgb(9,234,219); }
div.DivClassName
{
background-color: #09EADB;
}
.BgClassName
{
background-color: #09EADB;
}
</style>
border-color css
<style>
span { border-color: #09EADB; }
span { border-color: rgb(9,234,219); }
td.TdClassName
{
border-color: #09EADB;
}
.TagClassName
{
border-color: #09EADB;
}
</style>