Shades of Pale Turquoise #A1FDFC
Tints of Pale Turquoise #A1FDFC
RGB
CMYK
RGB Variations
Color information
#A1FDFC (or 0xA1FDFC) is known color: Pale Turquoise. HEX triplet: A1, FD and FC. RGB value is (161,253,252). Sum of RGB (Red+Green+Blue) = 161+253+252=666 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.17% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDFC is #5E0203. Grayscale: #E1E1E1. Windows color (decimal): -6160900 or 16580001. OLE color: 16580001.
HSL color Cylindrical-coordinate representation of color #A1FDFC: hue angle of 179.35º degrees, saturation: 0.96, 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 #A1FDFC is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 161 | 253 | 252 | - |
CMYK | 0.36 | 0 | 0.00 | 0.01 |
HSL | 179.35º | 0.96% | 0.81% | - |
HSV(B) | 179.35º | 0.36% | 0.99% | - |
XYZ | 67.39 | 84.86 | 104.92 | - |
YUV | 225.38 | 143.02 | 82.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 253 | 252 | 0.36 | 0 | 0.00 | 0.01 | 179.35 | 0.96 | 0.81 |
Hex | A1 | FD | FC | 24 | 0 | 0 | 1 | B3 | 60 | 51 |
Octal | 241 | 375 | 374 | 44 | 0 | 0 | 1 | 263 | 140 | 121 |
Binary | 10100001 | 11111101 | 11111100 | 100100 | 0 | 0 | 1 | 10110011 | 1100000 | 1010001 |
Color Harmonies of #A1FDFC
Complementary color
Monochromatic Colors of #A1FDFC
Black with #A1FDFC
Text Example
Text Example
White with #A1FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDFC; }
p { color: rgb(161,253,252); }
H1.HeaderClassName
{
color: #A1FDFC;
}
.AnyTagClassName
{
color: #A1FDFC;
}
</style>
background-color css
<style>
a { background-color: #A1FDFC; }
a { background-color: rgb(161,253,252); }
div.DivClassName
{
background-color: #A1FDFC;
}
.BgClassName
{
background-color: #A1FDFC;
}
</style>
border-color css
<style>
span { border-color: #A1FDFC; }
span { border-color: rgb(161,253,252); }
td.TdClassName
{
border-color: #A1FDFC;
}
.TagClassName
{
border-color: #A1FDFC;
}
</style>