Shades of Pale Turquoise #A4F8F7
Tints of Pale Turquoise #A4F8F7
RGB
CMYK
RGB Variations
Color information
#A4F8F7 (or 0xA4F8F7) is known color: Pale Turquoise. HEX triplet: A4, F8 and F7. RGB value is (164,248,247). Sum of RGB (Red+Green+Blue) = 164+248+247=659 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.89% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #A4F8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F8F7 is #5B0708. Grayscale: #DEDEDE. Windows color (decimal): -5965577 or 16251044. OLE color: 16251044.
HSL color Cylindrical-coordinate representation of color #A4F8F7: hue angle of 179.29º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F8F7 is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 248 | 247 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.03 |
| HSL | 179.29º | 0.86% | 0.81% | - |
| HSV(B) | 179.29º | 0.34% | 0.97% | - |
| XYZ | 65.67 | 81.74 | 100.31 | - |
| YUV | 222.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 248 | 247 | 0.34 | 0 | 0.00 | 0.03 | 179.29 | 0.86 | 0.81 |
| Hex | A4 | F8 | F7 | 22 | 0 | 0 | 3 | B3 | 56 | 51 |
| Octal | 244 | 370 | 367 | 42 | 0 | 0 | 3 | 263 | 126 | 121 |
| Binary | 10100100 | 11111000 | 11110111 | 100010 | 0 | 0 | 11 | 10110011 | 1010110 | 1010001 |
Color Harmonies of #A4F8F7
Complementary color
Monochromatic Colors of #A4F8F7
Black with #A4F8F7
Text Example
Text Example
White with #A4F8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F8F7; }
p { color: rgb(164,248,247); }
H1.HeaderClassName
{
color: #A4F8F7;
}
.AnyTagClassName
{
color: #A4F8F7;
}
</style>
background-color css
<style>
a { background-color: #A4F8F7; }
a { background-color: rgb(164,248,247); }
div.DivClassName
{
background-color: #A4F8F7;
}
.BgClassName
{
background-color: #A4F8F7;
}
</style>
border-color css
<style>
span { border-color: #A4F8F7; }
span { border-color: rgb(164,248,247); }
td.TdClassName
{
border-color: #A4F8F7;
}
.TagClassName
{
border-color: #A4F8F7;
}
</style>