Shades of Pale Turquoise #A4F1E8
Tints of Pale Turquoise #A4F1E8
RGB
CMYK
RGB Variations
Color information
#A4F1E8 (or 0xA4F1E8) is known color: Pale Turquoise. HEX triplet: A4, F1 and E8. RGB value is (164,241,232). Sum of RGB (Red+Green+Blue) = 164+241+232=637 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.75% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F1E8 is #5B0E17. Grayscale: #D8D8D8. Windows color (decimal): -5967384 or 15266212. OLE color: 15266212.
HSL color Cylindrical-coordinate representation of color #A4F1E8: hue angle of 172.99º 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 #A4F1E8 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 232 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.05 |
| HSL | 172.99º | 0.73% | 0.79% | - |
| HSV(B) | 172.99º | 0.32% | 0.95% | - |
| XYZ | 61.33 | 76.63 | 87.9 | - |
| YUV | 216.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 232 | 0.32 | 0 | 0.04 | 0.05 | 172.99 | 0.73 | 0.79 |
| Hex | A4 | F1 | E8 | 20 | 0 | 4 | 5 | AD | 49 | 4F |
| Octal | 244 | 361 | 350 | 40 | 0 | 4 | 5 | 255 | 111 | 117 |
| Binary | 10100100 | 11110001 | 11101000 | 100000 | 0 | 100 | 101 | 10101101 | 1001001 | 1001111 |
Color Harmonies of #A4F1E8
Complementary color
Monochromatic Colors of #A4F1E8
Black with #A4F1E8
Text Example
Text Example
White with #A4F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F1E8; }
p { color: rgb(164,241,232); }
H1.HeaderClassName
{
color: #A4F1E8;
}
.AnyTagClassName
{
color: #A4F1E8;
}
</style>
background-color css
<style>
a { background-color: #A4F1E8; }
a { background-color: rgb(164,241,232); }
div.DivClassName
{
background-color: #A4F1E8;
}
.BgClassName
{
background-color: #A4F1E8;
}
</style>
border-color css
<style>
span { border-color: #A4F1E8; }
span { border-color: rgb(164,241,232); }
td.TdClassName
{
border-color: #A4F1E8;
}
.TagClassName
{
border-color: #A4F1E8;
}
</style>