Shades of Pale Turquoise #A4EEE5
Tints of Pale Turquoise #A4EEE5
RGB
CMYK
RGB Variations
Color information
#A4EEE5 (or 0xA4EEE5) is known color: Pale Turquoise. HEX triplet: A4, EE and E5. RGB value is (164,238,229). Sum of RGB (Red+Green+Blue) = 164+238+229=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEE5 is #5B111A. Grayscale: #D6D6D6. Windows color (decimal): -5968155 or 15068836. OLE color: 15068836.
HSL color Cylindrical-coordinate representation of color #A4EEE5: hue angle of 172.7º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EEE5 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 238 | 229 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.07 |
| HSL | 172.7º | 0.69% | 0.79% | - |
| HSV(B) | 172.7º | 0.31% | 0.93% | - |
| XYZ | 60.03 | 74.7 | 85.38 | - |
| YUV | 214.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 229 | 0.31 | 0 | 0.04 | 0.07 | 172.7 | 0.69 | 0.79 |
| Hex | A4 | EE | E5 | 1F | 0 | 4 | 7 | AD | 45 | 4F |
| Octal | 244 | 356 | 345 | 37 | 0 | 4 | 7 | 255 | 105 | 117 |
| Binary | 10100100 | 11101110 | 11100101 | 11111 | 0 | 100 | 111 | 10101101 | 1000101 | 1001111 |
Color Harmonies of #A4EEE5
Complementary color
Monochromatic Colors of #A4EEE5
Black with #A4EEE5
Text Example
Text Example
White with #A4EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EEE5; }
p { color: rgb(164,238,229); }
H1.HeaderClassName
{
color: #A4EEE5;
}
.AnyTagClassName
{
color: #A4EEE5;
}
</style>
background-color css
<style>
a { background-color: #A4EEE5; }
a { background-color: rgb(164,238,229); }
div.DivClassName
{
background-color: #A4EEE5;
}
.BgClassName
{
background-color: #A4EEE5;
}
</style>
border-color css
<style>
span { border-color: #A4EEE5; }
span { border-color: rgb(164,238,229); }
td.TdClassName
{
border-color: #A4EEE5;
}
.TagClassName
{
border-color: #A4EEE5;
}
</style>