Shades of Bright Turquoise #0AECEC
Tints of Bright Turquoise #0AECEC
RGB
CMYK
RGB Variations
Color information
#0AECEC (or 0x0AECEC) is known color: Bright Turquoise. HEX triplet: 0A, EC and EC. RGB value is (10,236,236). Sum of RGB (Red+Green+Blue) = 10+236+236=482 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #0AECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECEC is #F51313. Grayscale: #A8A8A8. Windows color (decimal): -16061204 or 15526922. OLE color: 15526922.
HSL color Cylindrical-coordinate representation of color #0AECEC: hue angle of 180º 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 #0AECEC is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 236 | - |
| CMYK | 0.96 | 0 | 0 | 0.07 |
| HSL | 180º | 0.92% | 0.48% | - |
| HSV(B) | 180º | 0.96% | 0.93% | - |
| XYZ | 45.26 | 66.11 | 89.73 | - |
| YUV | 168.43 | 166.13 | 15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 236 | 0.96 | 0 | 0 | 0.07 | 180 | 0.92 | 0.48 |
| Hex | A | EC | EC | 60 | 0 | 0 | 7 | B4 | 5C | 30 |
| Octal | 12 | 354 | 354 | 140 | 0 | 0 | 7 | 264 | 134 | 60 |
| Binary | 1010 | 11101100 | 11101100 | 1100000 | 0 | 0 | 111 | 10110100 | 1011100 | 110000 |
Color Harmonies of #0AECEC
Complementary color
Monochromatic Colors of #0AECEC
Black with #0AECEC
Text Example
Text Example
White with #0AECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECEC; }
p { color: rgb(10,236,236); }
H1.HeaderClassName
{
color: #0AECEC;
}
.AnyTagClassName
{
color: #0AECEC;
}
</style>
background-color css
<style>
a { background-color: #0AECEC; }
a { background-color: rgb(10,236,236); }
div.DivClassName
{
background-color: #0AECEC;
}
.BgClassName
{
background-color: #0AECEC;
}
</style>
border-color css
<style>
span { border-color: #0AECEC; }
span { border-color: rgb(10,236,236); }
td.TdClassName
{
border-color: #0AECEC;
}
.TagClassName
{
border-color: #0AECEC;
}
</style>