Shades of Pale Turquoise #A0EFEC
Tints of Pale Turquoise #A0EFEC
RGB
CMYK
RGB Variations
Color information
#A0EFEC (or 0xA0EFEC) is known color: Pale Turquoise. HEX triplet: A0, EF and EC. RGB value is (160,239,236). Sum of RGB (Red+Green+Blue) = 160+239+236=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EFEC is #5F1013. Grayscale: #D6D6D6. Windows color (decimal): -6230036 or 15527840. OLE color: 15527840.
HSL color Cylindrical-coordinate representation of color #A0EFEC: hue angle of 177.72º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFEC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 236 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.06 |
| HSL | 177.72º | 0.71% | 0.78% | - |
| HSV(B) | 177.72º | 0.33% | 0.94% | - |
| XYZ | 60.5 | 75.26 | 90.7 | - |
| YUV | 215.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 236 | 0.33 | 0 | 0.01 | 0.06 | 177.72 | 0.71 | 0.78 |
| Hex | A0 | EF | EC | 21 | 0 | 1 | 6 | B2 | 47 | 4E |
| Octal | 240 | 357 | 354 | 41 | 0 | 1 | 6 | 262 | 107 | 116 |
| Binary | 10100000 | 11101111 | 11101100 | 100001 | 0 | 1 | 110 | 10110010 | 1000111 | 1001110 |
Color Harmonies of #A0EFEC
Complementary color
Monochromatic Colors of #A0EFEC
Black with #A0EFEC
Text Example
Text Example
White with #A0EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFEC; }
p { color: rgb(160,239,236); }
H1.HeaderClassName
{
color: #A0EFEC;
}
.AnyTagClassName
{
color: #A0EFEC;
}
</style>
background-color css
<style>
a { background-color: #A0EFEC; }
a { background-color: rgb(160,239,236); }
div.DivClassName
{
background-color: #A0EFEC;
}
.BgClassName
{
background-color: #A0EFEC;
}
</style>
border-color css
<style>
span { border-color: #A0EFEC; }
span { border-color: rgb(160,239,236); }
td.TdClassName
{
border-color: #A0EFEC;
}
.TagClassName
{
border-color: #A0EFEC;
}
</style>