Shades of Bright Turquoise #0AE3D1
Tints of Bright Turquoise #0AE3D1
RGB
CMYK
RGB Variations
Color information
#0AE3D1 (or 0x0AE3D1) is known color: Bright Turquoise. HEX triplet: 0A, E3 and D1. RGB value is (10,227,209). Sum of RGB (Red+Green+Blue) = 10+227+209=446 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE3D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE3D1 is #F51C2E. Grayscale: #9F9F9F. Windows color (decimal): -16063535 or 13755146. OLE color: 13755146.
HSL color Cylindrical-coordinate representation of color #0AE3D1: hue angle of 175.02º 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 #0AE3D1 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 209 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.11 |
| HSL | 175.02º | 0.92% | 0.46% | - |
| HSV(B) | 175.02º | 0.96% | 0.89% | - |
| XYZ | 39.1 | 59.61 | 69.77 | - |
| YUV | 160.07 | 155.61 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 209 | 0.96 | 0 | 0.08 | 0.11 | 175.02 | 0.92 | 0.46 |
| Hex | A | E3 | D1 | 60 | 0 | 8 | B | AF | 5C | 2E |
| Octal | 12 | 343 | 321 | 140 | 0 | 10 | 13 | 257 | 134 | 56 |
| Binary | 1010 | 11100011 | 11010001 | 1100000 | 0 | 1000 | 1011 | 10101111 | 1011100 | 101110 |
Color Harmonies of #0AE3D1
Complementary color
Monochromatic Colors of #0AE3D1
Black with #0AE3D1
Text Example
Text Example
White with #0AE3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE3D1; }
p { color: rgb(10,227,209); }
H1.HeaderClassName
{
color: #0AE3D1;
}
.AnyTagClassName
{
color: #0AE3D1;
}
</style>
background-color css
<style>
a { background-color: #0AE3D1; }
a { background-color: rgb(10,227,209); }
div.DivClassName
{
background-color: #0AE3D1;
}
.BgClassName
{
background-color: #0AE3D1;
}
</style>
border-color css
<style>
span { border-color: #0AE3D1; }
span { border-color: rgb(10,227,209); }
td.TdClassName
{
border-color: #0AE3D1;
}
.TagClassName
{
border-color: #0AE3D1;
}
</style>