Shades of Pale Turquoise #A1F1ED
Tints of Pale Turquoise #A1F1ED
RGB
CMYK
RGB Variations
Color information
#A1F1ED (or 0xA1F1ED) is known color: Pale Turquoise. HEX triplet: A1, F1 and ED. RGB value is (161,241,237). Sum of RGB (Red+Green+Blue) = 161+241+237=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F1ED is #5E0E12. Grayscale: #D8D8D8. Windows color (decimal): -6163987 or 15593889. OLE color: 15593889.
HSL color Cylindrical-coordinate representation of color #A1F1ED: hue angle of 177º 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 #A1F1ED is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 237 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.05 |
| HSL | 177º | 0.74% | 0.79% | - |
| HSV(B) | 177º | 0.33% | 0.95% | - |
| XYZ | 61.44 | 76.6 | 91.67 | - |
| YUV | 216.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 237 | 0.33 | 0 | 0.02 | 0.05 | 177 | 0.74 | 0.79 |
| Hex | A1 | F1 | ED | 21 | 0 | 2 | 5 | B1 | 4A | 4F |
| Octal | 241 | 361 | 355 | 41 | 0 | 2 | 5 | 261 | 112 | 117 |
| Binary | 10100001 | 11110001 | 11101101 | 100001 | 0 | 10 | 101 | 10110001 | 1001010 | 1001111 |
Color Harmonies of #A1F1ED
Complementary color
Monochromatic Colors of #A1F1ED
Black with #A1F1ED
Text Example
Text Example
White with #A1F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F1ED; }
p { color: rgb(161,241,237); }
H1.HeaderClassName
{
color: #A1F1ED;
}
.AnyTagClassName
{
color: #A1F1ED;
}
</style>
background-color css
<style>
a { background-color: #A1F1ED; }
a { background-color: rgb(161,241,237); }
div.DivClassName
{
background-color: #A1F1ED;
}
.BgClassName
{
background-color: #A1F1ED;
}
</style>
border-color css
<style>
span { border-color: #A1F1ED; }
span { border-color: rgb(161,241,237); }
td.TdClassName
{
border-color: #A1F1ED;
}
.TagClassName
{
border-color: #A1F1ED;
}
</style>