Shades of Bright Turquoise #0AEAD4
Tints of Bright Turquoise #0AEAD4
RGB
CMYK
RGB Variations
Color information
#0AEAD4 (or 0x0AEAD4) is known color: Bright Turquoise. HEX triplet: 0A, EA and D4. RGB value is (10,234,212). Sum of RGB (Red+Green+Blue) = 10+234+212=456 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEAD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEAD4 is #F5152B. Grayscale: #A4A4A4. Windows color (decimal): -16061740 or 13953546. OLE color: 13953546.
HSL color Cylindrical-coordinate representation of color #0AEAD4: hue angle of 174.11º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEAD4 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 212 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.08 |
| HSL | 174.11º | 0.92% | 0.48% | - |
| HSV(B) | 174.11º | 0.96% | 0.92% | - |
| XYZ | 41.43 | 63.66 | 72.39 | - |
| YUV | 164.52 | 154.79 | 17.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 212 | 0.96 | 0 | 0.09 | 0.08 | 174.11 | 0.92 | 0.48 |
| Hex | A | EA | D4 | 60 | 0 | 9 | 8 | AE | 5C | 30 |
| Octal | 12 | 352 | 324 | 140 | 0 | 11 | 10 | 256 | 134 | 60 |
| Binary | 1010 | 11101010 | 11010100 | 1100000 | 0 | 1001 | 1000 | 10101110 | 1011100 | 110000 |
Color Harmonies of #0AEAD4
Complementary color
Monochromatic Colors of #0AEAD4
Black with #0AEAD4
Text Example
Text Example
White with #0AEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEAD4; }
p { color: rgb(10,234,212); }
H1.HeaderClassName
{
color: #0AEAD4;
}
.AnyTagClassName
{
color: #0AEAD4;
}
</style>
background-color css
<style>
a { background-color: #0AEAD4; }
a { background-color: rgb(10,234,212); }
div.DivClassName
{
background-color: #0AEAD4;
}
.BgClassName
{
background-color: #0AEAD4;
}
</style>
border-color css
<style>
span { border-color: #0AEAD4; }
span { border-color: rgb(10,234,212); }
td.TdClassName
{
border-color: #0AEAD4;
}
.TagClassName
{
border-color: #0AEAD4;
}
</style>