Shades of Pale Turquoise #A1FCF0
Tints of Pale Turquoise #A1FCF0
RGB
CMYK
RGB Variations
Color information
#A1FCF0 (or 0xA1FCF0) is known color: Pale Turquoise. HEX triplet: A1, FC and F0. RGB value is (161,252,240). Sum of RGB (Red+Green+Blue) = 161+252+240=653 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.66% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCF0 is #5E030F. Grayscale: #DFDFDF. Windows color (decimal): -6161168 or 15793313. OLE color: 15793313.
HSL color Cylindrical-coordinate representation of color #A1FCF0: hue angle of 172.09º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCF0 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 240 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.01 |
| HSL | 172.09º | 0.94% | 0.81% | - |
| HSV(B) | 172.09º | 0.36% | 0.99% | - |
| XYZ | 65.24 | 83.49 | 95.11 | - |
| YUV | 223.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 240 | 0.36 | 0 | 0.05 | 0.01 | 172.09 | 0.94 | 0.81 |
| Hex | A1 | FC | F0 | 24 | 0 | 5 | 1 | AC | 5E | 51 |
| Octal | 241 | 374 | 360 | 44 | 0 | 5 | 1 | 254 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11110000 | 100100 | 0 | 101 | 1 | 10101100 | 1011110 | 1010001 |
Color Harmonies of #A1FCF0
Complementary color
Monochromatic Colors of #A1FCF0
Black with #A1FCF0
Text Example
Text Example
White with #A1FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCF0; }
p { color: rgb(161,252,240); }
H1.HeaderClassName
{
color: #A1FCF0;
}
.AnyTagClassName
{
color: #A1FCF0;
}
</style>
background-color css
<style>
a { background-color: #A1FCF0; }
a { background-color: rgb(161,252,240); }
div.DivClassName
{
background-color: #A1FCF0;
}
.BgClassName
{
background-color: #A1FCF0;
}
</style>
border-color css
<style>
span { border-color: #A1FCF0; }
span { border-color: rgb(161,252,240); }
td.TdClassName
{
border-color: #A1FCF0;
}
.TagClassName
{
border-color: #A1FCF0;
}
</style>