Shades of Pale Turquoise #A4EEF1
Tints of Pale Turquoise #A4EEF1
RGB
CMYK
RGB Variations
Color information
#A4EEF1 (or 0xA4EEF1) is known color: Pale Turquoise. HEX triplet: A4, EE and F1. RGB value is (164,238,241). Sum of RGB (Red+Green+Blue) = 164+238+241=643 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.51% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4EEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EEF1 is #5B110E. Grayscale: #D8D8D8. Windows color (decimal): -5968143 or 15855268. OLE color: 15855268.
HSL color Cylindrical-coordinate representation of color #A4EEF1: hue angle of 182.34º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4EEF1 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 238 | 241 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.05 |
| HSL | 182.34º | 0.73% | 0.79% | - |
| HSV(B) | 182.34º | 0.32% | 0.95% | - |
| XYZ | 61.76 | 75.39 | 94.52 | - |
| YUV | 216.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 241 | 0.32 | 0.01 | 0 | 0.05 | 182.34 | 0.73 | 0.79 |
| Hex | A4 | EE | F1 | 20 | 1 | 0 | 5 | B6 | 49 | 4F |
| Octal | 244 | 356 | 361 | 40 | 1 | 0 | 5 | 266 | 111 | 117 |
| Binary | 10100100 | 11101110 | 11110001 | 100000 | 1 | 0 | 101 | 10110110 | 1001001 | 1001111 |
Color Harmonies of #A4EEF1
Complementary color
Monochromatic Colors of #A4EEF1
Black with #A4EEF1
Text Example
Text Example
White with #A4EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EEF1; }
p { color: rgb(164,238,241); }
H1.HeaderClassName
{
color: #A4EEF1;
}
.AnyTagClassName
{
color: #A4EEF1;
}
</style>
background-color css
<style>
a { background-color: #A4EEF1; }
a { background-color: rgb(164,238,241); }
div.DivClassName
{
background-color: #A4EEF1;
}
.BgClassName
{
background-color: #A4EEF1;
}
</style>
border-color css
<style>
span { border-color: #A4EEF1; }
span { border-color: rgb(164,238,241); }
td.TdClassName
{
border-color: #A4EEF1;
}
.TagClassName
{
border-color: #A4EEF1;
}
</style>