Shades of Pale Turquoise #A7FFFC
Tints of Pale Turquoise #A7FFFC
RGB
CMYK
RGB Variations
Color information
#A7FFFC (or 0xA7FFFC) is known color: Pale Turquoise. HEX triplet: A7, FF and FC. RGB value is (167,255,252). Sum of RGB (Red+Green+Blue) = 167+255+252=674 (89% of max value = 765). Red value is 167 (65.62% from 255 or 24.78% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFFC is #580003. Grayscale: #E4E4E4. Windows color (decimal): -5767172 or 16580519. OLE color: 16580519.
HSL color Cylindrical-coordinate representation of color #A7FFFC: hue angle of 177.95º 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 #A7FFFC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 252 | - |
| CMYK | 0.35 | 0 | 0.01 | 0 |
| HSL | 177.95º | 1% | 0.83% | - |
| HSV(B) | 177.95º | 0.35% | 1% | - |
| XYZ | 69.27 | 86.76 | 105.19 | - |
| YUV | 228.35 | 141.35 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 252 | 0.35 | 0 | 0.01 | 0 | 177.95 | 1 | 0.83 |
| Hex | A7 | FF | FC | 23 | 0 | 1 | 0 | B2 | 64 | 53 |
| Octal | 247 | 377 | 374 | 43 | 0 | 1 | 0 | 262 | 144 | 123 |
| Binary | 10100111 | 11111111 | 11111100 | 100011 | 0 | 1 | 0 | 10110010 | 1100100 | 1010011 |
Color Harmonies of #A7FFFC
Complementary color
Monochromatic Colors of #A7FFFC
Black with #A7FFFC
Text Example
Text Example
White with #A7FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FFFC; }
p { color: rgb(167,255,252); }
H1.HeaderClassName
{
color: #A7FFFC;
}
.AnyTagClassName
{
color: #A7FFFC;
}
</style>
background-color css
<style>
a { background-color: #A7FFFC; }
a { background-color: rgb(167,255,252); }
div.DivClassName
{
background-color: #A7FFFC;
}
.BgClassName
{
background-color: #A7FFFC;
}
</style>
border-color css
<style>
span { border-color: #A7FFFC; }
span { border-color: rgb(167,255,252); }
td.TdClassName
{
border-color: #A7FFFC;
}
.TagClassName
{
border-color: #A7FFFC;
}
</style>