Shades of Bright Turquoise #0AE0DB
Tints of Bright Turquoise #0AE0DB
RGB
CMYK
RGB Variations
Color information
#0AE0DB (or 0x0AE0DB) is known color: Bright Turquoise. HEX triplet: 0A, E0 and DB. RGB value is (10,224,219). Sum of RGB (Red+Green+Blue) = 10+224+219=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE0DB is #F51F24. Grayscale: #9F9F9F. Windows color (decimal): -16064293 or 14409738. OLE color: 14409738.
HSL color Cylindrical-coordinate representation of color #0AE0DB: hue angle of 178.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE0DB is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 219 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.12 |
| HSL | 178.6º | 0.91% | 0.46% | - |
| HSV(B) | 178.6º | 0.96% | 0.88% | - |
| XYZ | 39.57 | 58.49 | 76.22 | - |
| YUV | 159.44 | 161.6 | 21.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 219 | 0.96 | 0 | 0.02 | 0.12 | 178.6 | 0.91 | 0.46 |
| Hex | A | E0 | DB | 60 | 0 | 2 | C | B3 | 5B | 2E |
| Octal | 12 | 340 | 333 | 140 | 0 | 2 | 14 | 263 | 133 | 56 |
| Binary | 1010 | 11100000 | 11011011 | 1100000 | 0 | 10 | 1100 | 10110011 | 1011011 | 101110 |
Color Harmonies of #0AE0DB
Complementary color
Monochromatic Colors of #0AE0DB
Black with #0AE0DB
Text Example
Text Example
White with #0AE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE0DB; }
p { color: rgb(10,224,219); }
H1.HeaderClassName
{
color: #0AE0DB;
}
.AnyTagClassName
{
color: #0AE0DB;
}
</style>
background-color css
<style>
a { background-color: #0AE0DB; }
a { background-color: rgb(10,224,219); }
div.DivClassName
{
background-color: #0AE0DB;
}
.BgClassName
{
background-color: #0AE0DB;
}
</style>
border-color css
<style>
span { border-color: #0AE0DB; }
span { border-color: rgb(10,224,219); }
td.TdClassName
{
border-color: #0AE0DB;
}
.TagClassName
{
border-color: #0AE0DB;
}
</style>