Shades of Bright Turquoise #0AE3DD
Tints of Bright Turquoise #0AE3DD
RGB
CMYK
RGB Variations
Color information
#0AE3DD (or 0x0AE3DD) is known color: Bright Turquoise. HEX triplet: 0A, E3 and DD. RGB value is (10,227,221). Sum of RGB (Red+Green+Blue) = 10+227+221=458 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE3DD is #F51C22. Grayscale: #A1A1A1. Windows color (decimal): -16063523 or 14541578. OLE color: 14541578.
HSL color Cylindrical-coordinate representation of color #0AE3DD: hue angle of 178.34º 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 #0AE3DD is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 221 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.11 |
| HSL | 178.34º | 0.92% | 0.46% | - |
| HSV(B) | 178.34º | 0.96% | 0.89% | - |
| XYZ | 40.65 | 60.22 | 77.89 | - |
| YUV | 161.43 | 161.61 | 19.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 221 | 0.96 | 0 | 0.03 | 0.11 | 178.34 | 0.92 | 0.46 |
| Hex | A | E3 | DD | 60 | 0 | 3 | B | B2 | 5C | 2E |
| Octal | 12 | 343 | 335 | 140 | 0 | 3 | 13 | 262 | 134 | 56 |
| Binary | 1010 | 11100011 | 11011101 | 1100000 | 0 | 11 | 1011 | 10110010 | 1011100 | 101110 |
Color Harmonies of #0AE3DD
Complementary color
Monochromatic Colors of #0AE3DD
Black with #0AE3DD
Text Example
Text Example
White with #0AE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE3DD; }
p { color: rgb(10,227,221); }
H1.HeaderClassName
{
color: #0AE3DD;
}
.AnyTagClassName
{
color: #0AE3DD;
}
</style>
background-color css
<style>
a { background-color: #0AE3DD; }
a { background-color: rgb(10,227,221); }
div.DivClassName
{
background-color: #0AE3DD;
}
.BgClassName
{
background-color: #0AE3DD;
}
</style>
border-color css
<style>
span { border-color: #0AE3DD; }
span { border-color: rgb(10,227,221); }
td.TdClassName
{
border-color: #0AE3DD;
}
.TagClassName
{
border-color: #0AE3DD;
}
</style>