Shades of Pale Turquoise #A4FCF1
Tints of Pale Turquoise #A4FCF1
RGB
CMYK
RGB Variations
Color information
#A4FCF1 (or 0xA4FCF1) is known color: Pale Turquoise. HEX triplet: A4, FC and F1. RGB value is (164,252,241). Sum of RGB (Red+Green+Blue) = 164+252+241=657 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.96% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCF1 is #5B030E. Grayscale: #E0E0E0. Windows color (decimal): -5964559 or 15858852. OLE color: 15858852.
HSL color Cylindrical-coordinate representation of color #A4FCF1: hue angle of 172.5º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCF1 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 241 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.01 |
| HSL | 172.5º | 0.94% | 0.82% | - |
| HSV(B) | 172.5º | 0.35% | 0.99% | - |
| XYZ | 66 | 83.86 | 95.93 | - |
| YUV | 224.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 241 | 0.35 | 0 | 0.04 | 0.01 | 172.5 | 0.94 | 0.82 |
| Hex | A4 | FC | F1 | 23 | 0 | 4 | 1 | AC | 5E | 52 |
| Octal | 244 | 374 | 361 | 43 | 0 | 4 | 1 | 254 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11110001 | 100011 | 0 | 100 | 1 | 10101100 | 1011110 | 1010010 |
Color Harmonies of #A4FCF1
Complementary color
Monochromatic Colors of #A4FCF1
Black with #A4FCF1
Text Example
Text Example
White with #A4FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCF1; }
p { color: rgb(164,252,241); }
H1.HeaderClassName
{
color: #A4FCF1;
}
.AnyTagClassName
{
color: #A4FCF1;
}
</style>
background-color css
<style>
a { background-color: #A4FCF1; }
a { background-color: rgb(164,252,241); }
div.DivClassName
{
background-color: #A4FCF1;
}
.BgClassName
{
background-color: #A4FCF1;
}
</style>
border-color css
<style>
span { border-color: #A4FCF1; }
span { border-color: rgb(164,252,241); }
td.TdClassName
{
border-color: #A4FCF1;
}
.TagClassName
{
border-color: #A4FCF1;
}
</style>