Shades of Pale Turquoise #A4FFF1
Tints of Pale Turquoise #A4FFF1
RGB
CMYK
RGB Variations
Color information
#A4FFF1 (or 0xA4FFF1) is known color: Pale Turquoise. HEX triplet: A4, FF and F1. RGB value is (164,255,241). Sum of RGB (Red+Green+Blue) = 164+255+241=660 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.85% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFF1 is #5B000E. Grayscale: #E2E2E2. Windows color (decimal): -5963791 or 15859620. OLE color: 15859620.
HSL color Cylindrical-coordinate representation of color #A4FFF1: hue angle of 170.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFF1 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 241 | - |
| CMYK | 0.36 | 0 | 0.05 | 0 |
| HSL | 170.77º | 1% | 0.82% | - |
| HSV(B) | 170.77º | 0.36% | 1% | - |
| XYZ | 66.95 | 85.76 | 96.24 | - |
| YUV | 226.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 241 | 0.36 | 0 | 0.05 | 0 | 170.77 | 1 | 0.82 |
| Hex | A4 | FF | F1 | 24 | 0 | 5 | 0 | AB | 64 | 52 |
| Octal | 244 | 377 | 361 | 44 | 0 | 5 | 0 | 253 | 144 | 122 |
| Binary | 10100100 | 11111111 | 11110001 | 100100 | 0 | 101 | 0 | 10101011 | 1100100 | 1010010 |
Color Harmonies of #A4FFF1
Complementary color
Monochromatic Colors of #A4FFF1
Black with #A4FFF1
Text Example
Text Example
White with #A4FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFF1; }
p { color: rgb(164,255,241); }
H1.HeaderClassName
{
color: #A4FFF1;
}
.AnyTagClassName
{
color: #A4FFF1;
}
</style>
background-color css
<style>
a { background-color: #A4FFF1; }
a { background-color: rgb(164,255,241); }
div.DivClassName
{
background-color: #A4FFF1;
}
.BgClassName
{
background-color: #A4FFF1;
}
</style>
border-color css
<style>
span { border-color: #A4FFF1; }
span { border-color: rgb(164,255,241); }
td.TdClassName
{
border-color: #A4FFF1;
}
.TagClassName
{
border-color: #A4FFF1;
}
</style>