Shades of Pale Turquoise #A1EFF2
Tints of Pale Turquoise #A1EFF2
RGB
CMYK
RGB Variations
Color information
#A1EFF2 (or 0xA1EFF2) is known color: Pale Turquoise. HEX triplet: A1, EF and F2. RGB value is (161,239,242). Sum of RGB (Red+Green+Blue) = 161+239+242=642 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25.08% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1EFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFF2 is #5E100D. Grayscale: #D7D7D7. Windows color (decimal): -6164494 or 15921057. OLE color: 15921057.
HSL color Cylindrical-coordinate representation of color #A1EFF2: hue angle of 182.22º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFF2 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 239 | 242 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.05 |
| HSL | 182.22º | 0.76% | 0.79% | - |
| HSV(B) | 182.22º | 0.33% | 0.95% | - |
| XYZ | 61.59 | 75.72 | 95.37 | - |
| YUV | 216.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 242 | 0.33 | 0.01 | 0 | 0.05 | 182.22 | 0.76 | 0.79 |
| Hex | A1 | EF | F2 | 21 | 1 | 0 | 5 | B6 | 4C | 4F |
| Octal | 241 | 357 | 362 | 41 | 1 | 0 | 5 | 266 | 114 | 117 |
| Binary | 10100001 | 11101111 | 11110010 | 100001 | 1 | 0 | 101 | 10110110 | 1001100 | 1001111 |
Color Harmonies of #A1EFF2
Complementary color
Monochromatic Colors of #A1EFF2
Black with #A1EFF2
Text Example
Text Example
White with #A1EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFF2; }
p { color: rgb(161,239,242); }
H1.HeaderClassName
{
color: #A1EFF2;
}
.AnyTagClassName
{
color: #A1EFF2;
}
</style>
background-color css
<style>
a { background-color: #A1EFF2; }
a { background-color: rgb(161,239,242); }
div.DivClassName
{
background-color: #A1EFF2;
}
.BgClassName
{
background-color: #A1EFF2;
}
</style>
border-color css
<style>
span { border-color: #A1EFF2; }
span { border-color: rgb(161,239,242); }
td.TdClassName
{
border-color: #A1EFF2;
}
.TagClassName
{
border-color: #A1EFF2;
}
</style>