Shades of Pale Turquoise #A1F7E7
Tints of Pale Turquoise #A1F7E7
RGB
CMYK
RGB Variations
Color information
#A1F7E7 (or 0xA1F7E7) is known color: Pale Turquoise. HEX triplet: A1, F7 and E7. RGB value is (161,247,231). Sum of RGB (Red+Green+Blue) = 161+247+231=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F7E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F7E7 is #5E0818. Grayscale: #DBDBDB. Windows color (decimal): -6162457 or 15202209. OLE color: 15202209.
HSL color Cylindrical-coordinate representation of color #A1F7E7: hue angle of 168.84º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F7E7 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 231 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.03 |
| HSL | 168.84º | 0.84% | 0.8% | - |
| HSV(B) | 168.84º | 0.35% | 0.97% | - |
| XYZ | 62.38 | 79.87 | 87.73 | - |
| YUV | 219.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 231 | 0.35 | 0 | 0.06 | 0.03 | 168.84 | 0.84 | 0.8 |
| Hex | A1 | F7 | E7 | 23 | 0 | 6 | 3 | A9 | 54 | 50 |
| Octal | 241 | 367 | 347 | 43 | 0 | 6 | 3 | 251 | 124 | 120 |
| Binary | 10100001 | 11110111 | 11100111 | 100011 | 0 | 110 | 11 | 10101001 | 1010100 | 1010000 |
Color Harmonies of #A1F7E7
Complementary color
Monochromatic Colors of #A1F7E7
Black with #A1F7E7
Text Example
Text Example
White with #A1F7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F7E7; }
p { color: rgb(161,247,231); }
H1.HeaderClassName
{
color: #A1F7E7;
}
.AnyTagClassName
{
color: #A1F7E7;
}
</style>
background-color css
<style>
a { background-color: #A1F7E7; }
a { background-color: rgb(161,247,231); }
div.DivClassName
{
background-color: #A1F7E7;
}
.BgClassName
{
background-color: #A1F7E7;
}
</style>
border-color css
<style>
span { border-color: #A1F7E7; }
span { border-color: rgb(161,247,231); }
td.TdClassName
{
border-color: #A1F7E7;
}
.TagClassName
{
border-color: #A1F7E7;
}
</style>