Shades of Pale Turquoise #A4F4EA
Tints of Pale Turquoise #A4F4EA
RGB
CMYK
RGB Variations
Color information
#A4F4EA (or 0xA4F4EA) is known color: Pale Turquoise. HEX triplet: A4, F4 and EA. RGB value is (164,244,234). Sum of RGB (Red+Green+Blue) = 164+244+234=642 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.55% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F4EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F4EA is #5B0B15. Grayscale: #DADADA. Windows color (decimal): -5966614 or 15398052. OLE color: 15398052.
HSL color Cylindrical-coordinate representation of color #A4F4EA: hue angle of 172.5º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F4EA is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 244 | 234 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.04 |
| HSL | 172.5º | 0.78% | 0.8% | - |
| HSV(B) | 172.5º | 0.33% | 0.96% | - |
| XYZ | 62.51 | 78.53 | 89.71 | - |
| YUV | 218.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 244 | 234 | 0.33 | 0 | 0.04 | 0.04 | 172.5 | 0.78 | 0.8 |
| Hex | A4 | F4 | EA | 21 | 0 | 4 | 4 | AC | 4E | 50 |
| Octal | 244 | 364 | 352 | 41 | 0 | 4 | 4 | 254 | 116 | 120 |
| Binary | 10100100 | 11110100 | 11101010 | 100001 | 0 | 100 | 100 | 10101100 | 1001110 | 1010000 |
Color Harmonies of #A4F4EA
Complementary color
Monochromatic Colors of #A4F4EA
Black with #A4F4EA
Text Example
Text Example
White with #A4F4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F4EA; }
p { color: rgb(164,244,234); }
H1.HeaderClassName
{
color: #A4F4EA;
}
.AnyTagClassName
{
color: #A4F4EA;
}
</style>
background-color css
<style>
a { background-color: #A4F4EA; }
a { background-color: rgb(164,244,234); }
div.DivClassName
{
background-color: #A4F4EA;
}
.BgClassName
{
background-color: #A4F4EA;
}
</style>
border-color css
<style>
span { border-color: #A4F4EA; }
span { border-color: rgb(164,244,234); }
td.TdClassName
{
border-color: #A4F4EA;
}
.TagClassName
{
border-color: #A4F4EA;
}
</style>