Shades of Pale Turquoise #A4FAEE
Tints of Pale Turquoise #A4FAEE
RGB
CMYK
RGB Variations
Color information
#A4FAEE (or 0xA4FAEE) is known color: Pale Turquoise. HEX triplet: A4, FA and EE. RGB value is (164,250,238). Sum of RGB (Red+Green+Blue) = 164+250+238=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAEE is #5B0511. Grayscale: #DEDEDE. Windows color (decimal): -5965074 or 15661732. OLE color: 15661732.
HSL color Cylindrical-coordinate representation of color #A4FAEE: hue angle of 171.63º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAEE is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 238 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.02 |
| HSL | 171.63º | 0.9% | 0.81% | - |
| HSV(B) | 171.63º | 0.34% | 0.98% | - |
| XYZ | 64.93 | 82.44 | 93.38 | - |
| YUV | 222.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 238 | 0.34 | 0 | 0.05 | 0.02 | 171.63 | 0.9 | 0.81 |
| Hex | A4 | FA | EE | 22 | 0 | 5 | 2 | AC | 5A | 51 |
| Octal | 244 | 372 | 356 | 42 | 0 | 5 | 2 | 254 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11101110 | 100010 | 0 | 101 | 10 | 10101100 | 1011010 | 1010001 |
Color Harmonies of #A4FAEE
Complementary color
Monochromatic Colors of #A4FAEE
Black with #A4FAEE
Text Example
Text Example
White with #A4FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAEE; }
p { color: rgb(164,250,238); }
H1.HeaderClassName
{
color: #A4FAEE;
}
.AnyTagClassName
{
color: #A4FAEE;
}
</style>
background-color css
<style>
a { background-color: #A4FAEE; }
a { background-color: rgb(164,250,238); }
div.DivClassName
{
background-color: #A4FAEE;
}
.BgClassName
{
background-color: #A4FAEE;
}
</style>
border-color css
<style>
span { border-color: #A4FAEE; }
span { border-color: rgb(164,250,238); }
td.TdClassName
{
border-color: #A4FAEE;
}
.TagClassName
{
border-color: #A4FAEE;
}
</style>