Shades of Pale Turquoise #A1F3EE
Tints of Pale Turquoise #A1F3EE
RGB
CMYK
RGB Variations
Color information
#A1F3EE (or 0xA1F3EE) is known color: Pale Turquoise. HEX triplet: A1, F3 and EE. RGB value is (161,243,238). Sum of RGB (Red+Green+Blue) = 161+243+238=642 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25.08% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F3EE is #5E0C11. Grayscale: #D9D9D9. Windows color (decimal): -6163474 or 15659937. OLE color: 15659937.
HSL color Cylindrical-coordinate representation of color #A1F3EE: hue angle of 176.34º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F3EE is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 238 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.05 |
| HSL | 176.34º | 0.77% | 0.79% | - |
| HSV(B) | 176.34º | 0.34% | 0.95% | - |
| XYZ | 62.18 | 77.85 | 92.64 | - |
| YUV | 217.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 238 | 0.34 | 0 | 0.02 | 0.05 | 176.34 | 0.77 | 0.79 |
| Hex | A1 | F3 | EE | 22 | 0 | 2 | 5 | B0 | 4D | 4F |
| Octal | 241 | 363 | 356 | 42 | 0 | 2 | 5 | 260 | 115 | 117 |
| Binary | 10100001 | 11110011 | 11101110 | 100010 | 0 | 10 | 101 | 10110000 | 1001101 | 1001111 |
Color Harmonies of #A1F3EE
Complementary color
Monochromatic Colors of #A1F3EE
Black with #A1F3EE
Text Example
Text Example
White with #A1F3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F3EE; }
p { color: rgb(161,243,238); }
H1.HeaderClassName
{
color: #A1F3EE;
}
.AnyTagClassName
{
color: #A1F3EE;
}
</style>
background-color css
<style>
a { background-color: #A1F3EE; }
a { background-color: rgb(161,243,238); }
div.DivClassName
{
background-color: #A1F3EE;
}
.BgClassName
{
background-color: #A1F3EE;
}
</style>
border-color css
<style>
span { border-color: #A1F3EE; }
span { border-color: rgb(161,243,238); }
td.TdClassName
{
border-color: #A1F3EE;
}
.TagClassName
{
border-color: #A1F3EE;
}
</style>