Shades of Pale Turquoise #A4FAEF
Tints of Pale Turquoise #A4FAEF
RGB
CMYK
RGB Variations
Color information
#A4FAEF (or 0xA4FAEF) is known color: Pale Turquoise. HEX triplet: A4, FA and EF. RGB value is (164,250,239). Sum of RGB (Red+Green+Blue) = 164+250+239=653 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.11% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAEF is #5B0510. Grayscale: #DEDEDE. Windows color (decimal): -5965073 or 15727268. OLE color: 15727268.
HSL color Cylindrical-coordinate representation of color #A4FAEF: hue angle of 172.33º 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 #A4FAEF is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 239 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.02 |
| HSL | 172.33º | 0.9% | 0.81% | - |
| HSV(B) | 172.33º | 0.34% | 0.98% | - |
| XYZ | 65.08 | 82.5 | 94.15 | - |
| YUV | 223.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 239 | 0.34 | 0 | 0.04 | 0.02 | 172.33 | 0.9 | 0.81 |
| Hex | A4 | FA | EF | 22 | 0 | 4 | 2 | AC | 5A | 51 |
| Octal | 244 | 372 | 357 | 42 | 0 | 4 | 2 | 254 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11101111 | 100010 | 0 | 100 | 10 | 10101100 | 1011010 | 1010001 |
Color Harmonies of #A4FAEF
Complementary color
Monochromatic Colors of #A4FAEF
Black with #A4FAEF
Text Example
Text Example
White with #A4FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAEF; }
p { color: rgb(164,250,239); }
H1.HeaderClassName
{
color: #A4FAEF;
}
.AnyTagClassName
{
color: #A4FAEF;
}
</style>
background-color css
<style>
a { background-color: #A4FAEF; }
a { background-color: rgb(164,250,239); }
div.DivClassName
{
background-color: #A4FAEF;
}
.BgClassName
{
background-color: #A4FAEF;
}
</style>
border-color css
<style>
span { border-color: #A4FAEF; }
span { border-color: rgb(164,250,239); }
td.TdClassName
{
border-color: #A4FAEF;
}
.TagClassName
{
border-color: #A4FAEF;
}
</style>