Shades of Pale Turquoise #A7FCFA
Tints of Pale Turquoise #A7FCFA
RGB
CMYK
RGB Variations
Color information
#A7FCFA (or 0xA7FCFA) is known color: Pale Turquoise. HEX triplet: A7, FC and FA. RGB value is (167,252,250). Sum of RGB (Red+Green+Blue) = 167+252+250=669 (88% of max value = 765). Red value is 167 (65.62% from 255 or 24.96% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FCFA is #580305. Grayscale: #E2E2E2. Windows color (decimal): -5767942 or 16448679. OLE color: 16448679.
HSL color Cylindrical-coordinate representation of color #A7FCFA: hue angle of 178.59º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FCFA is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 252 | 250 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.01 |
| HSL | 178.59º | 0.93% | 0.82% | - |
| HSV(B) | 178.59º | 0.34% | 0.99% | - |
| XYZ | 68 | 84.74 | 103.21 | - |
| YUV | 226.36 | 141.34 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 252 | 250 | 0.34 | 0 | 0.01 | 0.01 | 178.59 | 0.93 | 0.82 |
| Hex | A7 | FC | FA | 22 | 0 | 1 | 1 | B3 | 5D | 52 |
| Octal | 247 | 374 | 372 | 42 | 0 | 1 | 1 | 263 | 135 | 122 |
| Binary | 10100111 | 11111100 | 11111010 | 100010 | 0 | 1 | 1 | 10110011 | 1011101 | 1010010 |
Color Harmonies of #A7FCFA
Complementary color
Monochromatic Colors of #A7FCFA
Black with #A7FCFA
Text Example
Text Example
White with #A7FCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FCFA; }
p { color: rgb(167,252,250); }
H1.HeaderClassName
{
color: #A7FCFA;
}
.AnyTagClassName
{
color: #A7FCFA;
}
</style>
background-color css
<style>
a { background-color: #A7FCFA; }
a { background-color: rgb(167,252,250); }
div.DivClassName
{
background-color: #A7FCFA;
}
.BgClassName
{
background-color: #A7FCFA;
}
</style>
border-color css
<style>
span { border-color: #A7FCFA; }
span { border-color: rgb(167,252,250); }
td.TdClassName
{
border-color: #A7FCFA;
}
.TagClassName
{
border-color: #A7FCFA;
}
</style>