Shades of Pale Turquoise #A1FDFD
Tints of Pale Turquoise #A1FDFD
RGB
CMYK
RGB Variations
Color information
#A1FDFD (or 0xA1FDFD) is known color: Pale Turquoise. HEX triplet: A1, FD and FD. RGB value is (161,253,253). Sum of RGB (Red+Green+Blue) = 161+253+253=667 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.14% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #A1FDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDFD is #5E0202. Grayscale: #E1E1E1. Windows color (decimal): -6160899 or 16645537. OLE color: 16645537.
HSL color Cylindrical-coordinate representation of color #A1FDFD: hue angle of 180º 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 #A1FDFD is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 161 | 253 | 253 | - |
CMYK | 0.36 | 0 | 0 | 0.01 |
HSL | 180º | 0.96% | 0.81% | - |
HSV(B) | 180º | 0.36% | 0.99% | - |
XYZ | 67.55 | 84.92 | 105.76 | - |
YUV | 225.49 | 143.52 | 82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 253 | 253 | 0.36 | 0 | 0 | 0.01 | 180 | 0.96 | 0.81 |
Hex | A1 | FD | FD | 24 | 0 | 0 | 1 | B4 | 60 | 51 |
Octal | 241 | 375 | 375 | 44 | 0 | 0 | 1 | 264 | 140 | 121 |
Binary | 10100001 | 11111101 | 11111101 | 100100 | 0 | 0 | 1 | 10110100 | 1100000 | 1010001 |
Color Harmonies of #A1FDFD
Complementary color
Monochromatic Colors of #A1FDFD
Black with #A1FDFD
Text Example
Text Example
White with #A1FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDFD; }
p { color: rgb(161,253,253); }
H1.HeaderClassName
{
color: #A1FDFD;
}
.AnyTagClassName
{
color: #A1FDFD;
}
</style>
background-color css
<style>
a { background-color: #A1FDFD; }
a { background-color: rgb(161,253,253); }
div.DivClassName
{
background-color: #A1FDFD;
}
.BgClassName
{
background-color: #A1FDFD;
}
</style>
border-color css
<style>
span { border-color: #A1FDFD; }
span { border-color: rgb(161,253,253); }
td.TdClassName
{
border-color: #A1FDFD;
}
.TagClassName
{
border-color: #A1FDFD;
}
</style>