Shades of Bright Turquoise #0AE0D4
Tints of Bright Turquoise #0AE0D4
RGB
CMYK
RGB Variations
Color information
#0AE0D4 (or 0x0AE0D4) is known color: Bright Turquoise. HEX triplet: 0A, E0 and D4. RGB value is (10,224,212). Sum of RGB (Red+Green+Blue) = 10+224+212=446 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE0D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE0D4 is #F51F2B. Grayscale: #9E9E9E. Windows color (decimal): -16064300 or 13950986. OLE color: 13950986.
HSL color Cylindrical-coordinate representation of color #0AE0D4: hue angle of 176.64º 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 #0AE0D4 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 212 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.12 |
| HSL | 176.64º | 0.91% | 0.46% | - |
| HSV(B) | 176.64º | 0.96% | 0.88% | - |
| XYZ | 38.66 | 58.13 | 71.47 | - |
| YUV | 158.65 | 158.1 | 21.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 212 | 0.96 | 0 | 0.05 | 0.12 | 176.64 | 0.91 | 0.46 |
| Hex | A | E0 | D4 | 60 | 0 | 5 | C | B1 | 5B | 2E |
| Octal | 12 | 340 | 324 | 140 | 0 | 5 | 14 | 261 | 133 | 56 |
| Binary | 1010 | 11100000 | 11010100 | 1100000 | 0 | 101 | 1100 | 10110001 | 1011011 | 101110 |
Color Harmonies of #0AE0D4
Complementary color
Monochromatic Colors of #0AE0D4
Black with #0AE0D4
Text Example
Text Example
White with #0AE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE0D4; }
p { color: rgb(10,224,212); }
H1.HeaderClassName
{
color: #0AE0D4;
}
.AnyTagClassName
{
color: #0AE0D4;
}
</style>
background-color css
<style>
a { background-color: #0AE0D4; }
a { background-color: rgb(10,224,212); }
div.DivClassName
{
background-color: #0AE0D4;
}
.BgClassName
{
background-color: #0AE0D4;
}
</style>
border-color css
<style>
span { border-color: #0AE0D4; }
span { border-color: rgb(10,224,212); }
td.TdClassName
{
border-color: #0AE0D4;
}
.TagClassName
{
border-color: #0AE0D4;
}
</style>