Shades of Bright Turquoise #0AE3DC
Tints of Bright Turquoise #0AE3DC
RGB
CMYK
RGB Variations
Color information
#0AE3DC (or 0x0AE3DC) is known color: Bright Turquoise. HEX triplet: 0A, E3 and DC. RGB value is (10,227,220). Sum of RGB (Red+Green+Blue) = 10+227+220=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE3DC is #F51C23. Grayscale: #A1A1A1. Windows color (decimal): -16063524 or 14476042. OLE color: 14476042.
HSL color Cylindrical-coordinate representation of color #0AE3DC: hue angle of 178.06º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE3DC is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 220 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.11 |
| HSL | 178.06º | 0.92% | 0.46% | - |
| HSV(B) | 178.06º | 0.96% | 0.89% | - |
| XYZ | 40.51 | 60.17 | 77.19 | - |
| YUV | 161.32 | 161.11 | 20.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 220 | 0.96 | 0 | 0.03 | 0.11 | 178.06 | 0.92 | 0.46 |
| Hex | A | E3 | DC | 60 | 0 | 3 | B | B2 | 5C | 2E |
| Octal | 12 | 343 | 334 | 140 | 0 | 3 | 13 | 262 | 134 | 56 |
| Binary | 1010 | 11100011 | 11011100 | 1100000 | 0 | 11 | 1011 | 10110010 | 1011100 | 101110 |
Color Harmonies of #0AE3DC
Complementary color
Monochromatic Colors of #0AE3DC
Black with #0AE3DC
Text Example
Text Example
White with #0AE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE3DC; }
p { color: rgb(10,227,220); }
H1.HeaderClassName
{
color: #0AE3DC;
}
.AnyTagClassName
{
color: #0AE3DC;
}
</style>
background-color css
<style>
a { background-color: #0AE3DC; }
a { background-color: rgb(10,227,220); }
div.DivClassName
{
background-color: #0AE3DC;
}
.BgClassName
{
background-color: #0AE3DC;
}
</style>
border-color css
<style>
span { border-color: #0AE3DC; }
span { border-color: rgb(10,227,220); }
td.TdClassName
{
border-color: #0AE3DC;
}
.TagClassName
{
border-color: #0AE3DC;
}
</style>