Shades of Pale Turquoise #A5FAFA
Tints of Pale Turquoise #A5FAFA
RGB
CMYK
RGB Variations
Color information
#A5FAFA (or 0xA5FAFA) is known color: Pale Turquoise. HEX triplet: A5, FA and FA. RGB value is (165,250,250). Sum of RGB (Red+Green+Blue) = 165+250+250=665 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.81% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #A5FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAFA is #5A0505. Grayscale: #E0E0E0. Windows color (decimal): -5899526 or 16448165. OLE color: 16448165.
HSL color Cylindrical-coordinate representation of color #A5FAFA: hue angle of 180º 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 #A5FAFA is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 250 | - |
| CMYK | 0.34 | 0 | 0 | 0.02 |
| HSL | 180º | 0.89% | 0.81% | - |
| HSV(B) | 180º | 0.34% | 0.98% | - |
| XYZ | 66.96 | 83.27 | 102.99 | - |
| YUV | 224.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 250 | 0.34 | 0 | 0 | 0.02 | 180 | 0.89 | 0.81 |
| Hex | A5 | FA | FA | 22 | 0 | 0 | 2 | B4 | 59 | 51 |
| Octal | 245 | 372 | 372 | 42 | 0 | 0 | 2 | 264 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11111010 | 100010 | 0 | 0 | 10 | 10110100 | 1011001 | 1010001 |
Color Harmonies of #A5FAFA
Complementary color
Monochromatic Colors of #A5FAFA
Black with #A5FAFA
Text Example
Text Example
White with #A5FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FAFA; }
p { color: rgb(165,250,250); }
H1.HeaderClassName
{
color: #A5FAFA;
}
.AnyTagClassName
{
color: #A5FAFA;
}
</style>
background-color css
<style>
a { background-color: #A5FAFA; }
a { background-color: rgb(165,250,250); }
div.DivClassName
{
background-color: #A5FAFA;
}
.BgClassName
{
background-color: #A5FAFA;
}
</style>
border-color css
<style>
span { border-color: #A5FAFA; }
span { border-color: rgb(165,250,250); }
td.TdClassName
{
border-color: #A5FAFA;
}
.TagClassName
{
border-color: #A5FAFA;
}
</style>