Shades of Bright Turquoise #0AECE4
Tints of Bright Turquoise #0AECE4
RGB
CMYK
RGB Variations
Color information
#0AECE4 (or 0x0AECE4) is known color: Bright Turquoise. HEX triplet: 0A, EC and E4. RGB value is (10,236,228). Sum of RGB (Red+Green+Blue) = 10+236+228=474 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.11% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AECE4 is #F5131B. Grayscale: #A7A7A7. Windows color (decimal): -16061212 or 15002634. OLE color: 15002634.
HSL color Cylindrical-coordinate representation of color #0AECE4: hue angle of 177.88º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECE4 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 10 | 236 | 228 | - |
CMYK | 0.96 | 0 | 0.03 | 0.07 |
HSL | 177.88º | 0.92% | 0.48% | - |
HSV(B) | 177.88º | 0.96% | 0.93% | - |
XYZ | 44.12 | 65.66 | 83.75 | - |
YUV | 167.51 | 162.13 | 15.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 236 | 228 | 0.96 | 0 | 0.03 | 0.07 | 177.88 | 0.92 | 0.48 |
Hex | A | EC | E4 | 60 | 0 | 3 | 7 | B2 | 5C | 30 |
Octal | 12 | 354 | 344 | 140 | 0 | 3 | 7 | 262 | 134 | 60 |
Binary | 1010 | 11101100 | 11100100 | 1100000 | 0 | 11 | 111 | 10110010 | 1011100 | 110000 |
Color Harmonies of #0AECE4
Complementary color
Monochromatic Colors of #0AECE4
Black with #0AECE4
Text Example
Text Example
White with #0AECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECE4; }
p { color: rgb(10,236,228); }
H1.HeaderClassName
{
color: #0AECE4;
}
.AnyTagClassName
{
color: #0AECE4;
}
</style>
background-color css
<style>
a { background-color: #0AECE4; }
a { background-color: rgb(10,236,228); }
div.DivClassName
{
background-color: #0AECE4;
}
.BgClassName
{
background-color: #0AECE4;
}
</style>
border-color css
<style>
span { border-color: #0AECE4; }
span { border-color: rgb(10,236,228); }
td.TdClassName
{
border-color: #0AECE4;
}
.TagClassName
{
border-color: #0AECE4;
}
</style>