Shades of Bright Turquoise #0AE2D6
Tints of Bright Turquoise #0AE2D6
RGB
CMYK
RGB Variations
Color information
#0AE2D6 (or 0x0AE2D6) is known color: Bright Turquoise. HEX triplet: 0A, E2 and D6. RGB value is (10,226,214). Sum of RGB (Red+Green+Blue) = 10+226+214=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE2D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE2D6 is #F51D29. Grayscale: #9F9F9F. Windows color (decimal): -16063786 or 14082570. OLE color: 14082570.
HSL color Cylindrical-coordinate representation of color #0AE2D6: hue angle of 176.67º 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 #0AE2D6 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 226 | 214 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.11 |
| HSL | 176.67º | 0.92% | 0.46% | - |
| HSV(B) | 176.67º | 0.96% | 0.89% | - |
| XYZ | 39.46 | 59.31 | 72.99 | - |
| YUV | 160.05 | 158.44 | 20.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 226 | 214 | 0.96 | 0 | 0.05 | 0.11 | 176.67 | 0.92 | 0.46 |
| Hex | A | E2 | D6 | 60 | 0 | 5 | B | B1 | 5C | 2E |
| Octal | 12 | 342 | 326 | 140 | 0 | 5 | 13 | 261 | 134 | 56 |
| Binary | 1010 | 11100010 | 11010110 | 1100000 | 0 | 101 | 1011 | 10110001 | 1011100 | 101110 |
Color Harmonies of #0AE2D6
Complementary color
Monochromatic Colors of #0AE2D6
Black with #0AE2D6
Text Example
Text Example
White with #0AE2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE2D6; }
p { color: rgb(10,226,214); }
H1.HeaderClassName
{
color: #0AE2D6;
}
.AnyTagClassName
{
color: #0AE2D6;
}
</style>
background-color css
<style>
a { background-color: #0AE2D6; }
a { background-color: rgb(10,226,214); }
div.DivClassName
{
background-color: #0AE2D6;
}
.BgClassName
{
background-color: #0AE2D6;
}
</style>
border-color css
<style>
span { border-color: #0AE2D6; }
span { border-color: rgb(10,226,214); }
td.TdClassName
{
border-color: #0AE2D6;
}
.TagClassName
{
border-color: #0AE2D6;
}
</style>