Shades of Pale Turquoise #A4FDE9
Tints of Pale Turquoise #A4FDE9
RGB
CMYK
RGB Variations
Color information
#A4FDE9 (or 0xA4FDE9) is known color: Pale Turquoise. HEX triplet: A4, FD and E9. RGB value is (164,253,233). Sum of RGB (Red+Green+Blue) = 164+253+233=650 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.23% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FDE9 is #5B0216. Grayscale: #E0E0E0. Windows color (decimal): -5964311 or 15334820. OLE color: 15334820.
HSL color Cylindrical-coordinate representation of color #A4FDE9: hue angle of 166.52º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FDE9 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 253 | 233 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.01 |
| HSL | 166.52º | 0.96% | 0.82% | - |
| HSV(B) | 166.52º | 0.35% | 0.99% | - |
| XYZ | 65.14 | 84.03 | 89.88 | - |
| YUV | 224.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 253 | 233 | 0.35 | 0 | 0.08 | 0.01 | 166.52 | 0.96 | 0.82 |
| Hex | A4 | FD | E9 | 23 | 0 | 8 | 1 | A7 | 60 | 52 |
| Octal | 244 | 375 | 351 | 43 | 0 | 10 | 1 | 247 | 140 | 122 |
| Binary | 10100100 | 11111101 | 11101001 | 100011 | 0 | 1000 | 1 | 10100111 | 1100000 | 1010010 |
Color Harmonies of #A4FDE9
Complementary color
Monochromatic Colors of #A4FDE9
Black with #A4FDE9
Text Example
Text Example
White with #A4FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FDE9; }
p { color: rgb(164,253,233); }
H1.HeaderClassName
{
color: #A4FDE9;
}
.AnyTagClassName
{
color: #A4FDE9;
}
</style>
background-color css
<style>
a { background-color: #A4FDE9; }
a { background-color: rgb(164,253,233); }
div.DivClassName
{
background-color: #A4FDE9;
}
.BgClassName
{
background-color: #A4FDE9;
}
</style>
border-color css
<style>
span { border-color: #A4FDE9; }
span { border-color: rgb(164,253,233); }
td.TdClassName
{
border-color: #A4FDE9;
}
.TagClassName
{
border-color: #A4FDE9;
}
</style>