Shades of Pale Turquoise #A5F8FA
Tints of Pale Turquoise #A5F8FA
RGB
CMYK
RGB Variations
Color information
#A5F8FA (or 0xA5F8FA) is known color: Pale Turquoise. HEX triplet: A5, F8 and FA. RGB value is (165,248,250). Sum of RGB (Red+Green+Blue) = 165+248+250=663 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.89% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5F8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F8FA is #5A0705. Grayscale: #DFDFDF. Windows color (decimal): -5900038 or 16447653. OLE color: 16447653.
HSL color Cylindrical-coordinate representation of color #A5F8FA: hue angle of 181.41º 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 #A5F8FA is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 248 | 250 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.02 |
| HSL | 181.41º | 0.89% | 0.81% | - |
| HSV(B) | 181.41º | 0.34% | 0.98% | - |
| XYZ | 66.34 | 82.04 | 102.78 | - |
| YUV | 223.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 248 | 250 | 0.34 | 0.01 | 0 | 0.02 | 181.41 | 0.89 | 0.81 |
| Hex | A5 | F8 | FA | 22 | 1 | 0 | 2 | B5 | 59 | 51 |
| Octal | 245 | 370 | 372 | 42 | 1 | 0 | 2 | 265 | 131 | 121 |
| Binary | 10100101 | 11111000 | 11111010 | 100010 | 1 | 0 | 10 | 10110101 | 1011001 | 1010001 |
Color Harmonies of #A5F8FA
Complementary color
Monochromatic Colors of #A5F8FA
Black with #A5F8FA
Text Example
Text Example
White with #A5F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F8FA; }
p { color: rgb(165,248,250); }
H1.HeaderClassName
{
color: #A5F8FA;
}
.AnyTagClassName
{
color: #A5F8FA;
}
</style>
background-color css
<style>
a { background-color: #A5F8FA; }
a { background-color: rgb(165,248,250); }
div.DivClassName
{
background-color: #A5F8FA;
}
.BgClassName
{
background-color: #A5F8FA;
}
</style>
border-color css
<style>
span { border-color: #A5F8FA; }
span { border-color: rgb(165,248,250); }
td.TdClassName
{
border-color: #A5F8FA;
}
.TagClassName
{
border-color: #A5F8FA;
}
</style>