Shades of Pale Turquoise #A1FCEF
Tints of Pale Turquoise #A1FCEF
RGB
CMYK
RGB Variations
Color information
#A1FCEF (or 0xA1FCEF) is known color: Pale Turquoise. HEX triplet: A1, FC and EF. RGB value is (161,252,239). Sum of RGB (Red+Green+Blue) = 161+252+239=652 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.69% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCEF is #5E0310. Grayscale: #DFDFDF. Windows color (decimal): -6161169 or 15727777. OLE color: 15727777.
HSL color Cylindrical-coordinate representation of color #A1FCEF: hue angle of 171.43º 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 #A1FCEF is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 239 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.01 |
| HSL | 171.43º | 0.94% | 0.81% | - |
| HSV(B) | 171.43º | 0.36% | 0.99% | - |
| XYZ | 65.09 | 83.43 | 94.33 | - |
| YUV | 223.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 239 | 0.36 | 0 | 0.05 | 0.01 | 171.43 | 0.94 | 0.81 |
| Hex | A1 | FC | EF | 24 | 0 | 5 | 1 | AB | 5E | 51 |
| Octal | 241 | 374 | 357 | 44 | 0 | 5 | 1 | 253 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11101111 | 100100 | 0 | 101 | 1 | 10101011 | 1011110 | 1010001 |
Color Harmonies of #A1FCEF
Complementary color
Monochromatic Colors of #A1FCEF
Black with #A1FCEF
Text Example
Text Example
White with #A1FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCEF; }
p { color: rgb(161,252,239); }
H1.HeaderClassName
{
color: #A1FCEF;
}
.AnyTagClassName
{
color: #A1FCEF;
}
</style>
background-color css
<style>
a { background-color: #A1FCEF; }
a { background-color: rgb(161,252,239); }
div.DivClassName
{
background-color: #A1FCEF;
}
.BgClassName
{
background-color: #A1FCEF;
}
</style>
border-color css
<style>
span { border-color: #A1FCEF; }
span { border-color: rgb(161,252,239); }
td.TdClassName
{
border-color: #A1FCEF;
}
.TagClassName
{
border-color: #A1FCEF;
}
</style>