Shades of Bright Turquoise #0AE4DB
Tints of Bright Turquoise #0AE4DB
RGB
CMYK
RGB Variations
Color information
#0AE4DB (or 0x0AE4DB) is known color: Bright Turquoise. HEX triplet: 0A, E4 and DB. RGB value is (10,228,219). Sum of RGB (Red+Green+Blue) = 10+228+219=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE4DB is #F51B24. Grayscale: #A1A1A1. Windows color (decimal): -16063269 or 14410762. OLE color: 14410762.
HSL color Cylindrical-coordinate representation of color #0AE4DB: hue angle of 177.52º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE4DB is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 228 | 219 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.11 |
| HSL | 177.52º | 0.92% | 0.47% | - |
| HSV(B) | 177.52º | 0.96% | 0.89% | - |
| XYZ | 40.65 | 60.67 | 76.58 | - |
| YUV | 161.79 | 160.28 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 228 | 219 | 0.96 | 0 | 0.04 | 0.11 | 177.52 | 0.92 | 0.47 |
| Hex | A | E4 | DB | 60 | 0 | 4 | B | B2 | 5C | 2F |
| Octal | 12 | 344 | 333 | 140 | 0 | 4 | 13 | 262 | 134 | 57 |
| Binary | 1010 | 11100100 | 11011011 | 1100000 | 0 | 100 | 1011 | 10110010 | 1011100 | 101111 |
Color Harmonies of #0AE4DB
Complementary color
Monochromatic Colors of #0AE4DB
Black with #0AE4DB
Text Example
Text Example
White with #0AE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE4DB; }
p { color: rgb(10,228,219); }
H1.HeaderClassName
{
color: #0AE4DB;
}
.AnyTagClassName
{
color: #0AE4DB;
}
</style>
background-color css
<style>
a { background-color: #0AE4DB; }
a { background-color: rgb(10,228,219); }
div.DivClassName
{
background-color: #0AE4DB;
}
.BgClassName
{
background-color: #0AE4DB;
}
</style>
border-color css
<style>
span { border-color: #0AE4DB; }
span { border-color: rgb(10,228,219); }
td.TdClassName
{
border-color: #0AE4DB;
}
.TagClassName
{
border-color: #0AE4DB;
}
</style>