Shades of Pale Turquoise #A8F5FF
Tints of Pale Turquoise #A8F5FF
RGB
CMYK
RGB Variations
Color information
#A8F5FF (or 0xA8F5FF) is known color: Pale Turquoise. HEX triplet: A8, F5 and FF. RGB value is (168,245,255). Sum of RGB (Red+Green+Blue) = 168+245+255=668 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.15% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F5FF is #570A00. Grayscale: #DFDFDF. Windows color (decimal): -5704193 or 16774568. OLE color: 16774568.
HSL color Cylindrical-coordinate representation of color #A8F5FF: hue angle of 186.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8F5FF is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 245 | 255 | - |
| CMYK | 0.34 | 0.04 | 0 | 0 |
| HSL | 186.9º | 1% | 0.83% | - |
| HSV(B) | 186.9º | 0.34% | 1% | - |
| XYZ | 66.85 | 80.85 | 106.69 | - |
| YUV | 223.12 | 145.99 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 255 | 0.34 | 0.04 | 0 | 0 | 186.9 | 1 | 0.83 |
| Hex | A8 | F5 | FF | 22 | 4 | 0 | 0 | BB | 64 | 53 |
| Octal | 250 | 365 | 377 | 42 | 4 | 0 | 0 | 273 | 144 | 123 |
| Binary | 10101000 | 11110101 | 11111111 | 100010 | 100 | 0 | 0 | 10111011 | 1100100 | 1010011 |
Color Harmonies of #A8F5FF
Complementary color
Monochromatic Colors of #A8F5FF
Black with #A8F5FF
Text Example
Text Example
White with #A8F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F5FF; }
p { color: rgb(168,245,255); }
H1.HeaderClassName
{
color: #A8F5FF;
}
.AnyTagClassName
{
color: #A8F5FF;
}
</style>
background-color css
<style>
a { background-color: #A8F5FF; }
a { background-color: rgb(168,245,255); }
div.DivClassName
{
background-color: #A8F5FF;
}
.BgClassName
{
background-color: #A8F5FF;
}
</style>
border-color css
<style>
span { border-color: #A8F5FF; }
span { border-color: rgb(168,245,255); }
td.TdClassName
{
border-color: #A8F5FF;
}
.TagClassName
{
border-color: #A8F5FF;
}
</style>