Shades of Pale Turquoise #A4FFFD
Tints of Pale Turquoise #A4FFFD
RGB
CMYK
RGB Variations
Color information
#A4FFFD (or 0xA4FFFD) is known color: Pale Turquoise. HEX triplet: A4, FF and FD. RGB value is (164,255,253). Sum of RGB (Red+Green+Blue) = 164+255+253=672 (89% of max value = 765). Red value is 164 (64.45% from 255 or 24.40% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFFD is #5B0002. Grayscale: #E3E3E3. Windows color (decimal): -5963779 or 16646052. OLE color: 16646052.
HSL color Cylindrical-coordinate representation of color #A4FFFD: hue angle of 178.68º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFFD is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 253 | - |
| CMYK | 0.36 | 0 | 0.01 | 0 |
| HSL | 178.68º | 1% | 0.82% | - |
| HSV(B) | 178.68º | 0.36% | 1% | - |
| XYZ | 68.8 | 86.5 | 106 | - |
| YUV | 227.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 253 | 0.36 | 0 | 0.01 | 0 | 178.68 | 1 | 0.82 |
| Hex | A4 | FF | FD | 24 | 0 | 1 | 0 | B3 | 64 | 52 |
| Octal | 244 | 377 | 375 | 44 | 0 | 1 | 0 | 263 | 144 | 122 |
| Binary | 10100100 | 11111111 | 11111101 | 100100 | 0 | 1 | 0 | 10110011 | 1100100 | 1010010 |
Color Harmonies of #A4FFFD
Complementary color
Monochromatic Colors of #A4FFFD
Black with #A4FFFD
Text Example
Text Example
White with #A4FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFFD; }
p { color: rgb(164,255,253); }
H1.HeaderClassName
{
color: #A4FFFD;
}
.AnyTagClassName
{
color: #A4FFFD;
}
</style>
background-color css
<style>
a { background-color: #A4FFFD; }
a { background-color: rgb(164,255,253); }
div.DivClassName
{
background-color: #A4FFFD;
}
.BgClassName
{
background-color: #A4FFFD;
}
</style>
border-color css
<style>
span { border-color: #A4FFFD; }
span { border-color: rgb(164,255,253); }
td.TdClassName
{
border-color: #A4FFFD;
}
.TagClassName
{
border-color: #A4FFFD;
}
</style>