Shades of Pale Turquoise #A5FAED
Tints of Pale Turquoise #A5FAED
RGB
CMYK
RGB Variations
Color information
#A5FAED (or 0xA5FAED) is known color: Pale Turquoise. HEX triplet: A5, FA and ED. RGB value is (165,250,237). Sum of RGB (Red+Green+Blue) = 165+250+237=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAED is #5A0512. Grayscale: #DFDFDF. Windows color (decimal): -5899539 or 15596197. OLE color: 15596197.
HSL color Cylindrical-coordinate representation of color #A5FAED: hue angle of 170.82º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FAED is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 237 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.02 |
| HSL | 170.82º | 0.89% | 0.81% | - |
| HSV(B) | 170.82º | 0.34% | 0.98% | - |
| XYZ | 64.99 | 82.48 | 92.62 | - |
| YUV | 223.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 237 | 0.34 | 0 | 0.05 | 0.02 | 170.82 | 0.89 | 0.81 |
| Hex | A5 | FA | ED | 22 | 0 | 5 | 2 | AB | 59 | 51 |
| Octal | 245 | 372 | 355 | 42 | 0 | 5 | 2 | 253 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11101101 | 100010 | 0 | 101 | 10 | 10101011 | 1011001 | 1010001 |
Color Harmonies of #A5FAED
Complementary color
Monochromatic Colors of #A5FAED
Black with #A5FAED
Text Example
Text Example
White with #A5FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FAED; }
p { color: rgb(165,250,237); }
H1.HeaderClassName
{
color: #A5FAED;
}
.AnyTagClassName
{
color: #A5FAED;
}
</style>
background-color css
<style>
a { background-color: #A5FAED; }
a { background-color: rgb(165,250,237); }
div.DivClassName
{
background-color: #A5FAED;
}
.BgClassName
{
background-color: #A5FAED;
}
</style>
border-color css
<style>
span { border-color: #A5FAED; }
span { border-color: rgb(165,250,237); }
td.TdClassName
{
border-color: #A5FAED;
}
.TagClassName
{
border-color: #A5FAED;
}
</style>