Shades of Pale Turquoise #A5FFEC
Tints of Pale Turquoise #A5FFEC
RGB
CMYK
RGB Variations
Color information
#A5FFEC (or 0xA5FFEC) is known color: Pale Turquoise. HEX triplet: A5, FF and EC. RGB value is (165,255,236). Sum of RGB (Red+Green+Blue) = 165+255+236=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFEC is #5A0013. Grayscale: #E1E1E1. Windows color (decimal): -5898260 or 15531941. OLE color: 15531941.
HSL color Cylindrical-coordinate representation of color #A5FFEC: hue angle of 167.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFEC is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 236 | - |
| CMYK | 0.35 | 0 | 0.07 | 0 |
| HSL | 167.33º | 1% | 0.82% | - |
| HSV(B) | 167.33º | 0.35% | 1% | - |
| XYZ | 66.42 | 85.58 | 92.37 | - |
| YUV | 225.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 236 | 0.35 | 0 | 0.07 | 0 | 167.33 | 1 | 0.82 |
| Hex | A5 | FF | EC | 23 | 0 | 7 | 0 | A7 | 64 | 52 |
| Octal | 245 | 377 | 354 | 43 | 0 | 7 | 0 | 247 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11101100 | 100011 | 0 | 111 | 0 | 10100111 | 1100100 | 1010010 |
Color Harmonies of #A5FFEC
Complementary color
Monochromatic Colors of #A5FFEC
Black with #A5FFEC
Text Example
Text Example
White with #A5FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFEC; }
p { color: rgb(165,255,236); }
H1.HeaderClassName
{
color: #A5FFEC;
}
.AnyTagClassName
{
color: #A5FFEC;
}
</style>
background-color css
<style>
a { background-color: #A5FFEC; }
a { background-color: rgb(165,255,236); }
div.DivClassName
{
background-color: #A5FFEC;
}
.BgClassName
{
background-color: #A5FFEC;
}
</style>
border-color css
<style>
span { border-color: #A5FFEC; }
span { border-color: rgb(165,255,236); }
td.TdClassName
{
border-color: #A5FFEC;
}
.TagClassName
{
border-color: #A5FFEC;
}
</style>