Shades of Pale Turquoise #A1FBEC
Tints of Pale Turquoise #A1FBEC
RGB
CMYK
RGB Variations
Color information
#A1FBEC (or 0xA1FBEC) is known color: Pale Turquoise. HEX triplet: A1, FB and EC. RGB value is (161,251,236). Sum of RGB (Red+Green+Blue) = 161+251+236=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBEC is #5E0413. Grayscale: #DEDEDE. Windows color (decimal): -6161428 or 15530913. OLE color: 15530913.
HSL color Cylindrical-coordinate representation of color #A1FBEC: hue angle of 170º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBEC is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 236 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.02 |
| HSL | 170º | 0.92% | 0.81% | - |
| HSV(B) | 170º | 0.36% | 0.98% | - |
| XYZ | 64.34 | 82.63 | 91.91 | - |
| YUV | 222.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 236 | 0.36 | 0 | 0.06 | 0.02 | 170 | 0.92 | 0.81 |
| Hex | A1 | FB | EC | 24 | 0 | 6 | 2 | AA | 5C | 51 |
| Octal | 241 | 373 | 354 | 44 | 0 | 6 | 2 | 252 | 134 | 121 |
| Binary | 10100001 | 11111011 | 11101100 | 100100 | 0 | 110 | 10 | 10101010 | 1011100 | 1010001 |
Color Harmonies of #A1FBEC
Complementary color
Monochromatic Colors of #A1FBEC
Black with #A1FBEC
Text Example
Text Example
White with #A1FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FBEC; }
p { color: rgb(161,251,236); }
H1.HeaderClassName
{
color: #A1FBEC;
}
.AnyTagClassName
{
color: #A1FBEC;
}
</style>
background-color css
<style>
a { background-color: #A1FBEC; }
a { background-color: rgb(161,251,236); }
div.DivClassName
{
background-color: #A1FBEC;
}
.BgClassName
{
background-color: #A1FBEC;
}
</style>
border-color css
<style>
span { border-color: #A1FBEC; }
span { border-color: rgb(161,251,236); }
td.TdClassName
{
border-color: #A1FBEC;
}
.TagClassName
{
border-color: #A1FBEC;
}
</style>