Shades of Pale Turquoise #A4F5E6
Tints of Pale Turquoise #A4F5E6
RGB
CMYK
RGB Variations
Color information
#A4F5E6 (or 0xA4F5E6) is known color: Pale Turquoise. HEX triplet: A4, F5 and E6. RGB value is (164,245,230). Sum of RGB (Red+Green+Blue) = 164+245+230=639 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.67% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #A4F5E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F5E6 is #5B0A19. Grayscale: #DBDBDB. Windows color (decimal): -5966362 or 15136164. OLE color: 15136164.
HSL color Cylindrical-coordinate representation of color #A4F5E6: hue angle of 168.89º degrees, saturation: 0.8, 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 #A4F5E6 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 245 | 230 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.04 |
| HSL | 168.89º | 0.8% | 0.8% | - |
| HSV(B) | 168.89º | 0.33% | 0.96% | - |
| XYZ | 62.25 | 78.91 | 86.81 | - |
| YUV | 219.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 245 | 230 | 0.33 | 0 | 0.06 | 0.04 | 168.89 | 0.8 | 0.8 |
| Hex | A4 | F5 | E6 | 21 | 0 | 6 | 4 | A9 | 50 | 50 |
| Octal | 244 | 365 | 346 | 41 | 0 | 6 | 4 | 251 | 120 | 120 |
| Binary | 10100100 | 11110101 | 11100110 | 100001 | 0 | 110 | 100 | 10101001 | 1010000 | 1010000 |
Color Harmonies of #A4F5E6
Complementary color
Monochromatic Colors of #A4F5E6
Black with #A4F5E6
Text Example
Text Example
White with #A4F5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F5E6; }
p { color: rgb(164,245,230); }
H1.HeaderClassName
{
color: #A4F5E6;
}
.AnyTagClassName
{
color: #A4F5E6;
}
</style>
background-color css
<style>
a { background-color: #A4F5E6; }
a { background-color: rgb(164,245,230); }
div.DivClassName
{
background-color: #A4F5E6;
}
.BgClassName
{
background-color: #A4F5E6;
}
</style>
border-color css
<style>
span { border-color: #A4F5E6; }
span { border-color: rgb(164,245,230); }
td.TdClassName
{
border-color: #A4F5E6;
}
.TagClassName
{
border-color: #A4F5E6;
}
</style>