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