Shades of Pale Turquoise #A1F9E9
Tints of Pale Turquoise #A1F9E9
RGB
CMYK
RGB Variations
Color information
#A1F9E9 (or 0xA1F9E9) is known color: Pale Turquoise. HEX triplet: A1, F9 and E9. RGB value is (161,249,233). Sum of RGB (Red+Green+Blue) = 161+249+233=643 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25.04% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F9E9 is #5E0616. Grayscale: #DCDCDC. Windows color (decimal): -6161943 or 15333793. OLE color: 15333793.
HSL color Cylindrical-coordinate representation of color #A1F9E9: hue angle of 169.09º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9E9 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 161 | 249 | 233 | - |
CMYK | 0.35 | 0 | 0.06 | 0.02 |
HSL | 169.09º | 0.88% | 0.8% | - |
HSV(B) | 169.09º | 0.35% | 0.98% | - |
XYZ | 63.28 | 81.21 | 89.43 | - |
YUV | 220.86 | 134.85 | 85.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 249 | 233 | 0.35 | 0 | 0.06 | 0.02 | 169.09 | 0.88 | 0.8 |
Hex | A1 | F9 | E9 | 23 | 0 | 6 | 2 | A9 | 58 | 50 |
Octal | 241 | 371 | 351 | 43 | 0 | 6 | 2 | 251 | 130 | 120 |
Binary | 10100001 | 11111001 | 11101001 | 100011 | 0 | 110 | 10 | 10101001 | 1011000 | 1010000 |
Color Harmonies of #A1F9E9
Complementary color
Monochromatic Colors of #A1F9E9
Black with #A1F9E9
Text Example
Text Example
White with #A1F9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9E9; }
p { color: rgb(161,249,233); }
H1.HeaderClassName
{
color: #A1F9E9;
}
.AnyTagClassName
{
color: #A1F9E9;
}
</style>
background-color css
<style>
a { background-color: #A1F9E9; }
a { background-color: rgb(161,249,233); }
div.DivClassName
{
background-color: #A1F9E9;
}
.BgClassName
{
background-color: #A1F9E9;
}
</style>
border-color css
<style>
span { border-color: #A1F9E9; }
span { border-color: rgb(161,249,233); }
td.TdClassName
{
border-color: #A1F9E9;
}
.TagClassName
{
border-color: #A1F9E9;
}
</style>