Shades of Pale Turquoise #A1FCEE
Tints of Pale Turquoise #A1FCEE
RGB
CMYK
RGB Variations
Color information
#A1FCEE (or 0xA1FCEE) is known color: Pale Turquoise. HEX triplet: A1, FC and EE. RGB value is (161,252,238). Sum of RGB (Red+Green+Blue) = 161+252+238=651 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.73% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCEE is #5E0311. Grayscale: #DFDFDF. Windows color (decimal): -6161170 or 15662241. OLE color: 15662241.
HSL color Cylindrical-coordinate representation of color #A1FCEE: hue angle of 170.77º 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 #A1FCEE is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 238 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.01 |
| HSL | 170.77º | 0.94% | 0.81% | - |
| HSV(B) | 170.77º | 0.36% | 0.99% | - |
| XYZ | 64.94 | 83.37 | 93.56 | - |
| YUV | 223.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 238 | 0.36 | 0 | 0.06 | 0.01 | 170.77 | 0.94 | 0.81 |
| Hex | A1 | FC | EE | 24 | 0 | 6 | 1 | AB | 5E | 51 |
| Octal | 241 | 374 | 356 | 44 | 0 | 6 | 1 | 253 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11101110 | 100100 | 0 | 110 | 1 | 10101011 | 1011110 | 1010001 |
Color Harmonies of #A1FCEE
Complementary color
Monochromatic Colors of #A1FCEE
Black with #A1FCEE
Text Example
Text Example
White with #A1FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCEE; }
p { color: rgb(161,252,238); }
H1.HeaderClassName
{
color: #A1FCEE;
}
.AnyTagClassName
{
color: #A1FCEE;
}
</style>
background-color css
<style>
a { background-color: #A1FCEE; }
a { background-color: rgb(161,252,238); }
div.DivClassName
{
background-color: #A1FCEE;
}
.BgClassName
{
background-color: #A1FCEE;
}
</style>
border-color css
<style>
span { border-color: #A1FCEE; }
span { border-color: rgb(161,252,238); }
td.TdClassName
{
border-color: #A1FCEE;
}
.TagClassName
{
border-color: #A1FCEE;
}
</style>