Shades of Pale Turquoise #A5FAF0
Tints of Pale Turquoise #A5FAF0
RGB
CMYK
RGB Variations
Color information
#A5FAF0 (or 0xA5FAF0) is known color: Pale Turquoise. HEX triplet: A5, FA and F0. RGB value is (165,250,240). Sum of RGB (Red+Green+Blue) = 165+250+240=655 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.19% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAF0 is #5A050F. Grayscale: #DFDFDF. Windows color (decimal): -5899536 or 15792805. OLE color: 15792805.
HSL color Cylindrical-coordinate representation of color #A5FAF0: hue angle of 172.94º 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 #A5FAF0 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 240 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.02 |
| HSL | 172.94º | 0.89% | 0.81% | - |
| HSV(B) | 172.94º | 0.34% | 0.98% | - |
| XYZ | 65.43 | 82.66 | 94.94 | - |
| YUV | 223.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 240 | 0.34 | 0 | 0.04 | 0.02 | 172.94 | 0.89 | 0.81 |
| Hex | A5 | FA | F0 | 22 | 0 | 4 | 2 | AD | 59 | 51 |
| Octal | 245 | 372 | 360 | 42 | 0 | 4 | 2 | 255 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11110000 | 100010 | 0 | 100 | 10 | 10101101 | 1011001 | 1010001 |
Color Harmonies of #A5FAF0
Complementary color
Monochromatic Colors of #A5FAF0
Black with #A5FAF0
Text Example
Text Example
White with #A5FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FAF0; }
p { color: rgb(165,250,240); }
H1.HeaderClassName
{
color: #A5FAF0;
}
.AnyTagClassName
{
color: #A5FAF0;
}
</style>
background-color css
<style>
a { background-color: #A5FAF0; }
a { background-color: rgb(165,250,240); }
div.DivClassName
{
background-color: #A5FAF0;
}
.BgClassName
{
background-color: #A5FAF0;
}
</style>
border-color css
<style>
span { border-color: #A5FAF0; }
span { border-color: rgb(165,250,240); }
td.TdClassName
{
border-color: #A5FAF0;
}
.TagClassName
{
border-color: #A5FAF0;
}
</style>