Shades of Pale Turquoise #A5FFEA
Tints of Pale Turquoise #A5FFEA
RGB
CMYK
RGB Variations
Color information
#A5FFEA (or 0xA5FFEA) is known color: Pale Turquoise. HEX triplet: A5, FF and EA. RGB value is (165,255,234). Sum of RGB (Red+Green+Blue) = 165+255+234=654 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.23% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFEA is #5A0015. Grayscale: #E1E1E1. Windows color (decimal): -5898262 or 15400869. OLE color: 15400869.
HSL color Cylindrical-coordinate representation of color #A5FFEA: hue angle of 166º 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 #A5FFEA is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 234 | - |
| CMYK | 0.35 | 0 | 0.08 | 0 |
| HSL | 166º | 1% | 0.82% | - |
| HSV(B) | 166º | 0.35% | 1% | - |
| XYZ | 66.13 | 85.46 | 90.85 | - |
| YUV | 225.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 234 | 0.35 | 0 | 0.08 | 0 | 166 | 1 | 0.82 |
| Hex | A5 | FF | EA | 23 | 0 | 8 | 0 | A6 | 64 | 52 |
| Octal | 245 | 377 | 352 | 43 | 0 | 10 | 0 | 246 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11101010 | 100011 | 0 | 1000 | 0 | 10100110 | 1100100 | 1010010 |
Color Harmonies of #A5FFEA
Complementary color
Monochromatic Colors of #A5FFEA
Black with #A5FFEA
Text Example
Text Example
White with #A5FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFEA; }
p { color: rgb(165,255,234); }
H1.HeaderClassName
{
color: #A5FFEA;
}
.AnyTagClassName
{
color: #A5FFEA;
}
</style>
background-color css
<style>
a { background-color: #A5FFEA; }
a { background-color: rgb(165,255,234); }
div.DivClassName
{
background-color: #A5FFEA;
}
.BgClassName
{
background-color: #A5FFEA;
}
</style>
border-color css
<style>
span { border-color: #A5FFEA; }
span { border-color: rgb(165,255,234); }
td.TdClassName
{
border-color: #A5FFEA;
}
.TagClassName
{
border-color: #A5FFEA;
}
</style>