Shades of Pale Turquoise #A4FFFF
Tints of Pale Turquoise #A4FFFF
RGB
CMYK
RGB Variations
Color information
#A4FFFF (or 0xA4FFFF) is known color: Pale Turquoise. HEX triplet: A4, FF and FF. RGB value is (164,255,255). Sum of RGB (Red+Green+Blue) = 164+255+255=674 (89% of max value = 765). Red value is 164 (64.45% from 255 or 24.33% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #A4FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFFF is #5B0000. Grayscale: #E3E3E3. Windows color (decimal): -5963777 or 16777124. OLE color: 16777124.
HSL color Cylindrical-coordinate representation of color #A4FFFF: hue angle of 180º 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 #A4FFFF is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 255 | - |
| CMYK | 0.36 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.82% | - |
| HSV(B) | 180º | 0.36% | 1% | - |
| XYZ | 69.12 | 86.63 | 107.69 | - |
| YUV | 227.79 | 143.35 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 255 | 0.36 | 0 | 0 | 0 | 180 | 1 | 0.82 |
| Hex | A4 | FF | FF | 24 | 0 | 0 | 0 | B4 | 64 | 52 |
| Octal | 244 | 377 | 377 | 44 | 0 | 0 | 0 | 264 | 144 | 122 |
| Binary | 10100100 | 11111111 | 11111111 | 100100 | 0 | 0 | 0 | 10110100 | 1100100 | 1010010 |
Color Harmonies of #A4FFFF
Complementary color
Monochromatic Colors of #A4FFFF
Black with #A4FFFF
Text Example
Text Example
White with #A4FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFFF; }
p { color: rgb(164,255,255); }
H1.HeaderClassName
{
color: #A4FFFF;
}
.AnyTagClassName
{
color: #A4FFFF;
}
</style>
background-color css
<style>
a { background-color: #A4FFFF; }
a { background-color: rgb(164,255,255); }
div.DivClassName
{
background-color: #A4FFFF;
}
.BgClassName
{
background-color: #A4FFFF;
}
</style>
border-color css
<style>
span { border-color: #A4FFFF; }
span { border-color: rgb(164,255,255); }
td.TdClassName
{
border-color: #A4FFFF;
}
.TagClassName
{
border-color: #A4FFFF;
}
</style>