Shades of Pale Turquoise #A1FDF5
Tints of Pale Turquoise #A1FDF5
RGB
CMYK
RGB Variations
Color information
#A1FDF5 (or 0xA1FDF5) is known color: Pale Turquoise. HEX triplet: A1, FD and F5. RGB value is (161,253,245). Sum of RGB (Red+Green+Blue) = 161+253+245=659 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.43% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDF5 is #5E020A. Grayscale: #E0E0E0. Windows color (decimal): -6160907 or 16121249. OLE color: 16121249.
HSL color Cylindrical-coordinate representation of color #A1FDF5: hue angle of 174.78º 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 #A1FDF5 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 245 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.01 |
| HSL | 174.78º | 0.96% | 0.81% | - |
| HSV(B) | 174.78º | 0.36% | 0.99% | - |
| XYZ | 66.3 | 84.42 | 99.19 | - |
| YUV | 224.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 245 | 0.36 | 0 | 0.03 | 0.01 | 174.78 | 0.96 | 0.81 |
| Hex | A1 | FD | F5 | 24 | 0 | 3 | 1 | AF | 60 | 51 |
| Octal | 241 | 375 | 365 | 44 | 0 | 3 | 1 | 257 | 140 | 121 |
| Binary | 10100001 | 11111101 | 11110101 | 100100 | 0 | 11 | 1 | 10101111 | 1100000 | 1010001 |
Color Harmonies of #A1FDF5
Complementary color
Monochromatic Colors of #A1FDF5
Black with #A1FDF5
Text Example
Text Example
White with #A1FDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDF5; }
p { color: rgb(161,253,245); }
H1.HeaderClassName
{
color: #A1FDF5;
}
.AnyTagClassName
{
color: #A1FDF5;
}
</style>
background-color css
<style>
a { background-color: #A1FDF5; }
a { background-color: rgb(161,253,245); }
div.DivClassName
{
background-color: #A1FDF5;
}
.BgClassName
{
background-color: #A1FDF5;
}
</style>
border-color css
<style>
span { border-color: #A1FDF5; }
span { border-color: rgb(161,253,245); }
td.TdClassName
{
border-color: #A1FDF5;
}
.TagClassName
{
border-color: #A1FDF5;
}
</style>