Shades of Pale Turquoise #A4EBE2
Tints of Pale Turquoise #A4EBE2
RGB
CMYK
RGB Variations
Color information
#A4EBE2 (or 0xA4EBE2) is known color: Pale Turquoise. HEX triplet: A4, EB and E2. RGB value is (164,235,226). Sum of RGB (Red+Green+Blue) = 164+235+226=625 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.24% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBE2 is #5B141D. Grayscale: #D4D4D4. Windows color (decimal): -5968926 or 14871460. OLE color: 14871460.
HSL color Cylindrical-coordinate representation of color #A4EBE2: hue angle of 172.39º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBE2 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 226 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.08 |
| HSL | 172.39º | 0.64% | 0.78% | - |
| HSV(B) | 172.39º | 0.3% | 0.92% | - |
| XYZ | 58.75 | 72.8 | 82.91 | - |
| YUV | 212.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 226 | 0.30 | 0 | 0.04 | 0.08 | 172.39 | 0.64 | 0.78 |
| Hex | A4 | EB | E2 | 1E | 0 | 4 | 8 | AC | 40 | 4E |
| Octal | 244 | 353 | 342 | 36 | 0 | 4 | 10 | 254 | 100 | 116 |
| Binary | 10100100 | 11101011 | 11100010 | 11110 | 0 | 100 | 1000 | 10101100 | 1000000 | 1001110 |
Color Harmonies of #A4EBE2
Complementary color
Monochromatic Colors of #A4EBE2
Black with #A4EBE2
Text Example
Text Example
White with #A4EBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBE2; }
p { color: rgb(164,235,226); }
H1.HeaderClassName
{
color: #A4EBE2;
}
.AnyTagClassName
{
color: #A4EBE2;
}
</style>
background-color css
<style>
a { background-color: #A4EBE2; }
a { background-color: rgb(164,235,226); }
div.DivClassName
{
background-color: #A4EBE2;
}
.BgClassName
{
background-color: #A4EBE2;
}
</style>
border-color css
<style>
span { border-color: #A4EBE2; }
span { border-color: rgb(164,235,226); }
td.TdClassName
{
border-color: #A4EBE2;
}
.TagClassName
{
border-color: #A4EBE2;
}
</style>