Shades of Pale Turquoise #A4EAE4
Tints of Pale Turquoise #A4EAE4
RGB
CMYK
RGB Variations
Color information
#A4EAE4 (or 0xA4EAE4) is known color: Pale Turquoise. HEX triplet: A4, EA and E4. RGB value is (164,234,228). Sum of RGB (Red+Green+Blue) = 164+234+228=626 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.20% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EAE4 is #5B151B. Grayscale: #D4D4D4. Windows color (decimal): -5969180 or 15002276. OLE color: 15002276.
HSL color Cylindrical-coordinate representation of color #A4EAE4: hue angle of 174.86º degrees, saturation: 0.62, 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 #A4EAE4 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 228 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.08 |
| HSL | 174.86º | 0.63% | 0.78% | - |
| HSV(B) | 174.86º | 0.3% | 0.92% | - |
| XYZ | 58.74 | 72.34 | 84.27 | - |
| YUV | 212.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 228 | 0.30 | 0 | 0.03 | 0.08 | 174.86 | 0.63 | 0.78 |
| Hex | A4 | EA | E4 | 1E | 0 | 3 | 8 | AF | 3E | 4E |
| Octal | 244 | 352 | 344 | 36 | 0 | 3 | 10 | 257 | 76 | 116 |
| Binary | 10100100 | 11101010 | 11100100 | 11110 | 0 | 11 | 1000 | 10101111 | 111110 | 1001110 |
Color Harmonies of #A4EAE4
Complementary color
Monochromatic Colors of #A4EAE4
Black with #A4EAE4
Text Example
Text Example
White with #A4EAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EAE4; }
p { color: rgb(164,234,228); }
H1.HeaderClassName
{
color: #A4EAE4;
}
.AnyTagClassName
{
color: #A4EAE4;
}
</style>
background-color css
<style>
a { background-color: #A4EAE4; }
a { background-color: rgb(164,234,228); }
div.DivClassName
{
background-color: #A4EAE4;
}
.BgClassName
{
background-color: #A4EAE4;
}
</style>
border-color css
<style>
span { border-color: #A4EAE4; }
span { border-color: rgb(164,234,228); }
td.TdClassName
{
border-color: #A4EAE4;
}
.TagClassName
{
border-color: #A4EAE4;
}
</style>