Shades of Pale Turquoise #A5F4FF
Tints of Pale Turquoise #A5F4FF
RGB
CMYK
RGB Variations
Color information
#A5F4FF (or 0xA5F4FF) is known color: Pale Turquoise. HEX triplet: A5, F4 and FF. RGB value is (165,244,255). Sum of RGB (Red+Green+Blue) = 165+244+255=664 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.85% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F4FF is #5A0B00. Grayscale: #DDDDDD. Windows color (decimal): -5901057 or 16774309. OLE color: 16774309.
HSL color Cylindrical-coordinate representation of color #A5F4FF: hue angle of 187.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5F4FF is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 244 | 255 | - |
| CMYK | 0.35 | 0.04 | 0 | 0 |
| HSL | 187.33º | 1% | 0.82% | - |
| HSV(B) | 187.33º | 0.35% | 1% | - |
| XYZ | 65.92 | 79.92 | 106.56 | - |
| YUV | 221.63 | 146.83 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 244 | 255 | 0.35 | 0.04 | 0 | 0 | 187.33 | 1 | 0.82 |
| Hex | A5 | F4 | FF | 23 | 4 | 0 | 0 | BB | 64 | 52 |
| Octal | 245 | 364 | 377 | 43 | 4 | 0 | 0 | 273 | 144 | 122 |
| Binary | 10100101 | 11110100 | 11111111 | 100011 | 100 | 0 | 0 | 10111011 | 1100100 | 1010010 |
Color Harmonies of #A5F4FF
Complementary color
Monochromatic Colors of #A5F4FF
Black with #A5F4FF
Text Example
Text Example
White with #A5F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F4FF; }
p { color: rgb(165,244,255); }
H1.HeaderClassName
{
color: #A5F4FF;
}
.AnyTagClassName
{
color: #A5F4FF;
}
</style>
background-color css
<style>
a { background-color: #A5F4FF; }
a { background-color: rgb(165,244,255); }
div.DivClassName
{
background-color: #A5F4FF;
}
.BgClassName
{
background-color: #A5F4FF;
}
</style>
border-color css
<style>
span { border-color: #A5F4FF; }
span { border-color: rgb(165,244,255); }
td.TdClassName
{
border-color: #A5F4FF;
}
.TagClassName
{
border-color: #A5F4FF;
}
</style>