Shades of Pale Turquoise #A4FCFB
Tints of Pale Turquoise #A4FCFB
RGB
CMYK
RGB Variations
Color information
#A4FCFB (or 0xA4FCFB) is known color: Pale Turquoise. HEX triplet: A4, FC and FB. RGB value is (164,252,251). Sum of RGB (Red+Green+Blue) = 164+252+251=667 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.59% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCFB is #5B0304. Grayscale: #E1E1E1. Windows color (decimal): -5964549 or 16514212. OLE color: 16514212.
HSL color Cylindrical-coordinate representation of color #A4FCFB: hue angle of 179.32º degrees, saturation: 0.94, 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 #A4FCFB is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 251 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.01 |
| HSL | 179.32º | 0.94% | 0.82% | - |
| HSV(B) | 179.32º | 0.35% | 0.99% | - |
| XYZ | 67.53 | 84.48 | 104.01 | - |
| YUV | 225.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 251 | 0.35 | 0 | 0.00 | 0.01 | 179.32 | 0.94 | 0.82 |
| Hex | A4 | FC | FB | 23 | 0 | 0 | 1 | B3 | 5E | 52 |
| Octal | 244 | 374 | 373 | 43 | 0 | 0 | 1 | 263 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11111011 | 100011 | 0 | 0 | 1 | 10110011 | 1011110 | 1010010 |
Color Harmonies of #A4FCFB
Complementary color
Monochromatic Colors of #A4FCFB
Black with #A4FCFB
Text Example
Text Example
White with #A4FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCFB; }
p { color: rgb(164,252,251); }
H1.HeaderClassName
{
color: #A4FCFB;
}
.AnyTagClassName
{
color: #A4FCFB;
}
</style>
background-color css
<style>
a { background-color: #A4FCFB; }
a { background-color: rgb(164,252,251); }
div.DivClassName
{
background-color: #A4FCFB;
}
.BgClassName
{
background-color: #A4FCFB;
}
</style>
border-color css
<style>
span { border-color: #A4FCFB; }
span { border-color: rgb(164,252,251); }
td.TdClassName
{
border-color: #A4FCFB;
}
.TagClassName
{
border-color: #A4FCFB;
}
</style>