Shades of Pale Turquoise #A1EBE5
Tints of Pale Turquoise #A1EBE5
RGB
CMYK
RGB Variations
Color information
#A1EBE5 (or 0xA1EBE5) is known color: Pale Turquoise. HEX triplet: A1, EB and E5. RGB value is (161,235,229). Sum of RGB (Red+Green+Blue) = 161+235+229=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBE5 is #5E141A. Grayscale: #D4D4D4. Windows color (decimal): -6165531 or 15068065. OLE color: 15068065.
HSL color Cylindrical-coordinate representation of color #A1EBE5: hue angle of 175.14º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBE5 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 229 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.08 |
| HSL | 175.14º | 0.65% | 0.78% | - |
| HSV(B) | 175.14º | 0.31% | 0.92% | - |
| XYZ | 58.55 | 72.65 | 85.07 | - |
| YUV | 212.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 229 | 0.31 | 0 | 0.03 | 0.08 | 175.14 | 0.65 | 0.78 |
| Hex | A1 | EB | E5 | 1F | 0 | 3 | 8 | AF | 41 | 4E |
| Octal | 241 | 353 | 345 | 37 | 0 | 3 | 10 | 257 | 101 | 116 |
| Binary | 10100001 | 11101011 | 11100101 | 11111 | 0 | 11 | 1000 | 10101111 | 1000001 | 1001110 |
Color Harmonies of #A1EBE5
Complementary color
Monochromatic Colors of #A1EBE5
Black with #A1EBE5
Text Example
Text Example
White with #A1EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBE5; }
p { color: rgb(161,235,229); }
H1.HeaderClassName
{
color: #A1EBE5;
}
.AnyTagClassName
{
color: #A1EBE5;
}
</style>
background-color css
<style>
a { background-color: #A1EBE5; }
a { background-color: rgb(161,235,229); }
div.DivClassName
{
background-color: #A1EBE5;
}
.BgClassName
{
background-color: #A1EBE5;
}
</style>
border-color css
<style>
span { border-color: #A1EBE5; }
span { border-color: rgb(161,235,229); }
td.TdClassName
{
border-color: #A1EBE5;
}
.TagClassName
{
border-color: #A1EBE5;
}
</style>