Shades of Pale Turquoise #A8F8FF
Tints of Pale Turquoise #A8F8FF
RGB
CMYK
RGB Variations
Color information
#A8F8FF (or 0xA8F8FF) is known color: Pale Turquoise. HEX triplet: A8, F8 and FF. RGB value is (168,248,255). Sum of RGB (Red+Green+Blue) = 168+248+255=671 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.04% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F8FF is #570700. Grayscale: #E0E0E0. Windows color (decimal): -5703425 or 16775336. OLE color: 16775336.
HSL color Cylindrical-coordinate representation of color #A8F8FF: hue angle of 184.83º 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 #A8F8FF is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 248 | 255 | - |
| CMYK | 0.34 | 0.03 | 0 | 0 |
| HSL | 184.83º | 1% | 0.83% | - |
| HSV(B) | 184.83º | 0.34% | 1% | - |
| XYZ | 67.77 | 82.68 | 106.99 | - |
| YUV | 224.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 255 | 0.34 | 0.03 | 0 | 0 | 184.83 | 1 | 0.83 |
| Hex | A8 | F8 | FF | 22 | 3 | 0 | 0 | B9 | 64 | 53 |
| Octal | 250 | 370 | 377 | 42 | 3 | 0 | 0 | 271 | 144 | 123 |
| Binary | 10101000 | 11111000 | 11111111 | 100010 | 11 | 0 | 0 | 10111001 | 1100100 | 1010011 |
Color Harmonies of #A8F8FF
Complementary color
Monochromatic Colors of #A8F8FF
Black with #A8F8FF
Text Example
Text Example
White with #A8F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8FF; }
p { color: rgb(168,248,255); }
H1.HeaderClassName
{
color: #A8F8FF;
}
.AnyTagClassName
{
color: #A8F8FF;
}
</style>
background-color css
<style>
a { background-color: #A8F8FF; }
a { background-color: rgb(168,248,255); }
div.DivClassName
{
background-color: #A8F8FF;
}
.BgClassName
{
background-color: #A8F8FF;
}
</style>
border-color css
<style>
span { border-color: #A8F8FF; }
span { border-color: rgb(168,248,255); }
td.TdClassName
{
border-color: #A8F8FF;
}
.TagClassName
{
border-color: #A8F8FF;
}
</style>