Shades of Bright Turquoise #0AE9DB
Tints of Bright Turquoise #0AE9DB
RGB
CMYK
RGB Variations
Color information
#0AE9DB (or 0x0AE9DB) is known color: Bright Turquoise. HEX triplet: 0A, E9 and DB. RGB value is (10,233,219). Sum of RGB (Red+Green+Blue) = 10+233+219=462 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE9DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AE9DB is #F51624. Grayscale: #A4A4A4. Windows color (decimal): -16061989 or 14412042. OLE color: 14412042.
HSL color Cylindrical-coordinate representation of color #0AE9DB: hue angle of 176.23º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE9DB is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 233 | 219 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.09 |
| HSL | 176.23º | 0.92% | 0.48% | - |
| HSV(B) | 176.23º | 0.96% | 0.91% | - |
| XYZ | 42.05 | 63.46 | 77.05 | - |
| YUV | 164.73 | 158.62 | 17.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 233 | 219 | 0.96 | 0 | 0.06 | 0.09 | 176.23 | 0.92 | 0.48 |
| Hex | A | E9 | DB | 60 | 0 | 6 | 9 | B0 | 5C | 30 |
| Octal | 12 | 351 | 333 | 140 | 0 | 6 | 11 | 260 | 134 | 60 |
| Binary | 1010 | 11101001 | 11011011 | 1100000 | 0 | 110 | 1001 | 10110000 | 1011100 | 110000 |
Color Harmonies of #0AE9DB
Complementary color
Monochromatic Colors of #0AE9DB
Black with #0AE9DB
Text Example
Text Example
White with #0AE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE9DB; }
p { color: rgb(10,233,219); }
H1.HeaderClassName
{
color: #0AE9DB;
}
.AnyTagClassName
{
color: #0AE9DB;
}
</style>
background-color css
<style>
a { background-color: #0AE9DB; }
a { background-color: rgb(10,233,219); }
div.DivClassName
{
background-color: #0AE9DB;
}
.BgClassName
{
background-color: #0AE9DB;
}
</style>
border-color css
<style>
span { border-color: #0AE9DB; }
span { border-color: rgb(10,233,219); }
td.TdClassName
{
border-color: #0AE9DB;
}
.TagClassName
{
border-color: #0AE9DB;
}
</style>