Shades of Pale Turquoise #A7FFF9
Tints of Pale Turquoise #A7FFF9
RGB
CMYK
RGB Variations
Color information
#A7FFF9 (or 0xA7FFF9) is known color: Pale Turquoise. HEX triplet: A7, FF and F9. RGB value is (167,255,249). Sum of RGB (Red+Green+Blue) = 167+255+249=671 (88% of max value = 765). Red value is 167 (65.62% from 255 or 24.89% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFF9 is #580006. Grayscale: #E3E3E3. Windows color (decimal): -5767175 or 16383911. OLE color: 16383911.
HSL color Cylindrical-coordinate representation of color #A7FFF9: hue angle of 175.91º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7FFF9 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 249 | - |
| CMYK | 0.35 | 0 | 0.02 | 0 |
| HSL | 175.91º | 1% | 0.83% | - |
| HSV(B) | 175.91º | 0.35% | 1% | - |
| XYZ | 68.8 | 86.58 | 102.71 | - |
| YUV | 228 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 249 | 0.35 | 0 | 0.02 | 0 | 175.91 | 1 | 0.83 |
| Hex | A7 | FF | F9 | 23 | 0 | 2 | 0 | B0 | 64 | 53 |
| Octal | 247 | 377 | 371 | 43 | 0 | 2 | 0 | 260 | 144 | 123 |
| Binary | 10100111 | 11111111 | 11111001 | 100011 | 0 | 10 | 0 | 10110000 | 1100100 | 1010011 |
Color Harmonies of #A7FFF9
Complementary color
Monochromatic Colors of #A7FFF9
Black with #A7FFF9
Text Example
Text Example
White with #A7FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FFF9; }
p { color: rgb(167,255,249); }
H1.HeaderClassName
{
color: #A7FFF9;
}
.AnyTagClassName
{
color: #A7FFF9;
}
</style>
background-color css
<style>
a { background-color: #A7FFF9; }
a { background-color: rgb(167,255,249); }
div.DivClassName
{
background-color: #A7FFF9;
}
.BgClassName
{
background-color: #A7FFF9;
}
</style>
border-color css
<style>
span { border-color: #A7FFF9; }
span { border-color: rgb(167,255,249); }
td.TdClassName
{
border-color: #A7FFF9;
}
.TagClassName
{
border-color: #A7FFF9;
}
</style>