Shades of Pale Turquoise #A7FCF2
Tints of Pale Turquoise #A7FCF2
RGB
CMYK
RGB Variations
Color information
#A7FCF2 (or 0xA7FCF2) is known color: Pale Turquoise. HEX triplet: A7, FC and F2. RGB value is (167,252,242). Sum of RGB (Red+Green+Blue) = 167+252+242=661 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.26% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FCF2 is #58030D. Grayscale: #E1E1E1. Windows color (decimal): -5767950 or 15924391. OLE color: 15924391.
HSL color Cylindrical-coordinate representation of color #A7FCF2: hue angle of 172.94º 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 #A7FCF2 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 252 | 242 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.01 |
| HSL | 172.94º | 0.93% | 0.82% | - |
| HSV(B) | 172.94º | 0.34% | 0.99% | - |
| XYZ | 66.77 | 84.25 | 96.75 | - |
| YUV | 225.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 252 | 242 | 0.34 | 0 | 0.04 | 0.01 | 172.94 | 0.93 | 0.82 |
| Hex | A7 | FC | F2 | 22 | 0 | 4 | 1 | AD | 5D | 52 |
| Octal | 247 | 374 | 362 | 42 | 0 | 4 | 1 | 255 | 135 | 122 |
| Binary | 10100111 | 11111100 | 11110010 | 100010 | 0 | 100 | 1 | 10101101 | 1011101 | 1010010 |
Color Harmonies of #A7FCF2
Complementary color
Monochromatic Colors of #A7FCF2
Black with #A7FCF2
Text Example
Text Example
White with #A7FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FCF2; }
p { color: rgb(167,252,242); }
H1.HeaderClassName
{
color: #A7FCF2;
}
.AnyTagClassName
{
color: #A7FCF2;
}
</style>
background-color css
<style>
a { background-color: #A7FCF2; }
a { background-color: rgb(167,252,242); }
div.DivClassName
{
background-color: #A7FCF2;
}
.BgClassName
{
background-color: #A7FCF2;
}
</style>
border-color css
<style>
span { border-color: #A7FCF2; }
span { border-color: rgb(167,252,242); }
td.TdClassName
{
border-color: #A7FCF2;
}
.TagClassName
{
border-color: #A7FCF2;
}
</style>