Shades of Pale Turquoise #A4EBEA
Tints of Pale Turquoise #A4EBEA
RGB
CMYK
RGB Variations
Color information
#A4EBEA (or 0xA4EBEA) is known color: Pale Turquoise. HEX triplet: A4, EB and EA. RGB value is (164,235,234). Sum of RGB (Red+Green+Blue) = 164+235+234=633 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.91% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EBEA is #5B1415. Grayscale: #D5D5D5. Windows color (decimal): -5968918 or 15395748. OLE color: 15395748.
HSL color Cylindrical-coordinate representation of color #A4EBEA: hue angle of 179.15º 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 #A4EBEA is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 234 | - |
| CMYK | 0.30 | 0 | 0.00 | 0.08 |
| HSL | 179.15º | 0.64% | 0.78% | - |
| HSV(B) | 179.15º | 0.3% | 0.92% | - |
| XYZ | 59.87 | 73.25 | 88.83 | - |
| YUV | 213.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 234 | 0.30 | 0 | 0.00 | 0.08 | 179.15 | 0.64 | 0.78 |
| Hex | A4 | EB | EA | 1E | 0 | 0 | 8 | B3 | 40 | 4E |
| Octal | 244 | 353 | 352 | 36 | 0 | 0 | 10 | 263 | 100 | 116 |
| Binary | 10100100 | 11101011 | 11101010 | 11110 | 0 | 0 | 1000 | 10110011 | 1000000 | 1001110 |
Color Harmonies of #A4EBEA
Complementary color
Monochromatic Colors of #A4EBEA
Black with #A4EBEA
Text Example
Text Example
White with #A4EBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBEA; }
p { color: rgb(164,235,234); }
H1.HeaderClassName
{
color: #A4EBEA;
}
.AnyTagClassName
{
color: #A4EBEA;
}
</style>
background-color css
<style>
a { background-color: #A4EBEA; }
a { background-color: rgb(164,235,234); }
div.DivClassName
{
background-color: #A4EBEA;
}
.BgClassName
{
background-color: #A4EBEA;
}
</style>
border-color css
<style>
span { border-color: #A4EBEA; }
span { border-color: rgb(164,235,234); }
td.TdClassName
{
border-color: #A4EBEA;
}
.TagClassName
{
border-color: #A4EBEA;
}
</style>