Shades of Pale Turquoise #A8FFF7
Tints of Pale Turquoise #A8FFF7
RGB
CMYK
RGB Variations
Color information
#A8FFF7 (or 0xA8FFF7) is known color: Pale Turquoise. HEX triplet: A8, FF and F7. RGB value is (168,255,247). Sum of RGB (Red+Green+Blue) = 168+255+247=670 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.07% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFF7 is #570008. Grayscale: #E4E4E4. Windows color (decimal): -5701641 or 16252840. OLE color: 16252840.
HSL color Cylindrical-coordinate representation of color #A8FFF7: hue angle of 174.48º 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 #A8FFF7 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 247 | - |
| CMYK | 0.34 | 0 | 0.03 | 0 |
| HSL | 174.48º | 1% | 0.83% | - |
| HSV(B) | 174.48º | 0.34% | 1% | - |
| XYZ | 68.7 | 86.56 | 101.08 | - |
| YUV | 228.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 247 | 0.34 | 0 | 0.03 | 0 | 174.48 | 1 | 0.83 |
| Hex | A8 | FF | F7 | 22 | 0 | 3 | 0 | AE | 64 | 53 |
| Octal | 250 | 377 | 367 | 42 | 0 | 3 | 0 | 256 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11110111 | 100010 | 0 | 11 | 0 | 10101110 | 1100100 | 1010011 |
Color Harmonies of #A8FFF7
Complementary color
Monochromatic Colors of #A8FFF7
Black with #A8FFF7
Text Example
Text Example
White with #A8FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFF7; }
p { color: rgb(168,255,247); }
H1.HeaderClassName
{
color: #A8FFF7;
}
.AnyTagClassName
{
color: #A8FFF7;
}
</style>
background-color css
<style>
a { background-color: #A8FFF7; }
a { background-color: rgb(168,255,247); }
div.DivClassName
{
background-color: #A8FFF7;
}
.BgClassName
{
background-color: #A8FFF7;
}
</style>
border-color css
<style>
span { border-color: #A8FFF7; }
span { border-color: rgb(168,255,247); }
td.TdClassName
{
border-color: #A8FFF7;
}
.TagClassName
{
border-color: #A8FFF7;
}
</style>