Shades of Pale Turquoise #A1F1EF
Tints of Pale Turquoise #A1F1EF
RGB
CMYK
RGB Variations
Color information
#A1F1EF (or 0xA1F1EF) is known color: Pale Turquoise. HEX triplet: A1, F1 and EF. RGB value is (161,241,239). Sum of RGB (Red+Green+Blue) = 161+241+239=641 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.12% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F1EF is #5E0E10. Grayscale: #D8D8D8. Windows color (decimal): -6163985 or 15724961. OLE color: 15724961.
HSL color Cylindrical-coordinate representation of color #A1F1EF: hue angle of 178.5º degrees, saturation: 0.74, 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 #A1F1EF is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 239 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.05 |
| HSL | 178.5º | 0.74% | 0.79% | - |
| HSV(B) | 178.5º | 0.33% | 0.95% | - |
| XYZ | 61.73 | 76.72 | 93.22 | - |
| YUV | 216.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 239 | 0.33 | 0 | 0.01 | 0.05 | 178.5 | 0.74 | 0.79 |
| Hex | A1 | F1 | EF | 21 | 0 | 1 | 5 | B2 | 4A | 4F |
| Octal | 241 | 361 | 357 | 41 | 0 | 1 | 5 | 262 | 112 | 117 |
| Binary | 10100001 | 11110001 | 11101111 | 100001 | 0 | 1 | 101 | 10110010 | 1001010 | 1001111 |
Color Harmonies of #A1F1EF
Complementary color
Monochromatic Colors of #A1F1EF
Black with #A1F1EF
Text Example
Text Example
White with #A1F1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F1EF; }
p { color: rgb(161,241,239); }
H1.HeaderClassName
{
color: #A1F1EF;
}
.AnyTagClassName
{
color: #A1F1EF;
}
</style>
background-color css
<style>
a { background-color: #A1F1EF; }
a { background-color: rgb(161,241,239); }
div.DivClassName
{
background-color: #A1F1EF;
}
.BgClassName
{
background-color: #A1F1EF;
}
</style>
border-color css
<style>
span { border-color: #A1F1EF; }
span { border-color: rgb(161,241,239); }
td.TdClassName
{
border-color: #A1F1EF;
}
.TagClassName
{
border-color: #A1F1EF;
}
</style>