Shades of Pale Turquoise #A5FAF1
Tints of Pale Turquoise #A5FAF1
RGB
CMYK
RGB Variations
Color information
#A5FAF1 (or 0xA5FAF1) is known color: Pale Turquoise. HEX triplet: A5, FA and F1. RGB value is (165,250,241). Sum of RGB (Red+Green+Blue) = 165+250+241=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAF1 is #5A050E. Grayscale: #DFDFDF. Windows color (decimal): -5899535 or 15858341. OLE color: 15858341.
HSL color Cylindrical-coordinate representation of color #A5FAF1: hue angle of 173.65º 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 #A5FAF1 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 241 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.02 |
| HSL | 173.65º | 0.89% | 0.81% | - |
| HSV(B) | 173.65º | 0.34% | 0.98% | - |
| XYZ | 65.58 | 82.72 | 95.73 | - |
| YUV | 223.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 241 | 0.34 | 0 | 0.04 | 0.02 | 173.65 | 0.89 | 0.81 |
| Hex | A5 | FA | F1 | 22 | 0 | 4 | 2 | AE | 59 | 51 |
| Octal | 245 | 372 | 361 | 42 | 0 | 4 | 2 | 256 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11110001 | 100010 | 0 | 100 | 10 | 10101110 | 1011001 | 1010001 |
Color Harmonies of #A5FAF1
Complementary color
Monochromatic Colors of #A5FAF1
Black with #A5FAF1
Text Example
Text Example
White with #A5FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FAF1; }
p { color: rgb(165,250,241); }
H1.HeaderClassName
{
color: #A5FAF1;
}
.AnyTagClassName
{
color: #A5FAF1;
}
</style>
background-color css
<style>
a { background-color: #A5FAF1; }
a { background-color: rgb(165,250,241); }
div.DivClassName
{
background-color: #A5FAF1;
}
.BgClassName
{
background-color: #A5FAF1;
}
</style>
border-color css
<style>
span { border-color: #A5FAF1; }
span { border-color: rgb(165,250,241); }
td.TdClassName
{
border-color: #A5FAF1;
}
.TagClassName
{
border-color: #A5FAF1;
}
</style>