Shades of Pale Turquoise #A8FEF7
Tints of Pale Turquoise #A8FEF7
RGB
CMYK
RGB Variations
Color information
#A8FEF7 (or 0xA8FEF7) is known color: Pale Turquoise. HEX triplet: A8, FE and F7. RGB value is (168,254,247). Sum of RGB (Red+Green+Blue) = 168+254+247=669 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.11% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEF7 is #570108. Grayscale: #E3E3E3. Windows color (decimal): -5701897 or 16252584. OLE color: 16252584.
HSL color Cylindrical-coordinate representation of color #A8FEF7: hue angle of 175.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FEF7 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 247 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.00 |
| HSL | 175.12º | 0.98% | 0.83% | - |
| HSV(B) | 175.12º | 0.34% | 1% | - |
| XYZ | 68.38 | 85.92 | 100.98 | - |
| YUV | 227.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 247 | 0.34 | 0 | 0.03 | 0.00 | 175.12 | 0.98 | 0.83 |
| Hex | A8 | FE | F7 | 22 | 0 | 3 | 0 | AF | 62 | 53 |
| Octal | 250 | 376 | 367 | 42 | 0 | 3 | 0 | 257 | 142 | 123 |
| Binary | 10101000 | 11111110 | 11110111 | 100010 | 0 | 11 | 0 | 10101111 | 1100010 | 1010011 |
Color Harmonies of #A8FEF7
Complementary color
Monochromatic Colors of #A8FEF7
Black with #A8FEF7
Text Example
Text Example
White with #A8FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FEF7; }
p { color: rgb(168,254,247); }
H1.HeaderClassName
{
color: #A8FEF7;
}
.AnyTagClassName
{
color: #A8FEF7;
}
</style>
background-color css
<style>
a { background-color: #A8FEF7; }
a { background-color: rgb(168,254,247); }
div.DivClassName
{
background-color: #A8FEF7;
}
.BgClassName
{
background-color: #A8FEF7;
}
</style>
border-color css
<style>
span { border-color: #A8FEF7; }
span { border-color: rgb(168,254,247); }
td.TdClassName
{
border-color: #A8FEF7;
}
.TagClassName
{
border-color: #A8FEF7;
}
</style>