Shades of Bright Turquoise #0AEED4
Tints of Bright Turquoise #0AEED4
RGB
CMYK
RGB Variations
Color information
#0AEED4 (or 0x0AEED4) is known color: Bright Turquoise. HEX triplet: 0A, EE and D4. RGB value is (10,238,212). Sum of RGB (Red+Green+Blue) = 10+238+212=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEED4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEED4 is #F5112B. Grayscale: #A6A6A6. Windows color (decimal): -16060716 or 13954570. OLE color: 13954570.
HSL color Cylindrical-coordinate representation of color #0AEED4: hue angle of 173.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEED4 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 212 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.07 |
| HSL | 173.16º | 0.92% | 0.49% | - |
| HSV(B) | 173.16º | 0.96% | 0.93% | - |
| XYZ | 42.58 | 65.97 | 72.78 | - |
| YUV | 166.86 | 153.46 | 16.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 212 | 0.96 | 0 | 0.11 | 0.07 | 173.16 | 0.92 | 0.49 |
| Hex | A | EE | D4 | 60 | 0 | B | 7 | AD | 5C | 31 |
| Octal | 12 | 356 | 324 | 140 | 0 | 13 | 7 | 255 | 134 | 61 |
| Binary | 1010 | 11101110 | 11010100 | 1100000 | 0 | 1011 | 111 | 10101101 | 1011100 | 110001 |
Color Harmonies of #0AEED4
Complementary color
Monochromatic Colors of #0AEED4
Black with #0AEED4
Text Example
Text Example
White with #0AEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEED4; }
p { color: rgb(10,238,212); }
H1.HeaderClassName
{
color: #0AEED4;
}
.AnyTagClassName
{
color: #0AEED4;
}
</style>
background-color css
<style>
a { background-color: #0AEED4; }
a { background-color: rgb(10,238,212); }
div.DivClassName
{
background-color: #0AEED4;
}
.BgClassName
{
background-color: #0AEED4;
}
</style>
border-color css
<style>
span { border-color: #0AEED4; }
span { border-color: rgb(10,238,212); }
td.TdClassName
{
border-color: #0AEED4;
}
.TagClassName
{
border-color: #0AEED4;
}
</style>