Shades of Pale Turquoise #A4FCF3
Tints of Pale Turquoise #A4FCF3
RGB
CMYK
RGB Variations
Color information
#A4FCF3 (or 0xA4FCF3) is known color: Pale Turquoise. HEX triplet: A4, FC and F3. RGB value is (164,252,243). Sum of RGB (Red+Green+Blue) = 164+252+243=659 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.89% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCF3 is #5B030C. Grayscale: #E0E0E0. Windows color (decimal): -5964557 or 15989924. OLE color: 15989924.
HSL color Cylindrical-coordinate representation of color #A4FCF3: hue angle of 173.86º 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 #A4FCF3 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 243 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.01 |
| HSL | 173.86º | 0.94% | 0.82% | - |
| HSV(B) | 173.86º | 0.35% | 0.99% | - |
| XYZ | 66.3 | 83.98 | 97.51 | - |
| YUV | 224.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 243 | 0.35 | 0 | 0.04 | 0.01 | 173.86 | 0.94 | 0.82 |
| Hex | A4 | FC | F3 | 23 | 0 | 4 | 1 | AE | 5E | 52 |
| Octal | 244 | 374 | 363 | 43 | 0 | 4 | 1 | 256 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11110011 | 100011 | 0 | 100 | 1 | 10101110 | 1011110 | 1010010 |
Color Harmonies of #A4FCF3
Complementary color
Monochromatic Colors of #A4FCF3
Black with #A4FCF3
Text Example
Text Example
White with #A4FCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCF3; }
p { color: rgb(164,252,243); }
H1.HeaderClassName
{
color: #A4FCF3;
}
.AnyTagClassName
{
color: #A4FCF3;
}
</style>
background-color css
<style>
a { background-color: #A4FCF3; }
a { background-color: rgb(164,252,243); }
div.DivClassName
{
background-color: #A4FCF3;
}
.BgClassName
{
background-color: #A4FCF3;
}
</style>
border-color css
<style>
span { border-color: #A4FCF3; }
span { border-color: rgb(164,252,243); }
td.TdClassName
{
border-color: #A4FCF3;
}
.TagClassName
{
border-color: #A4FCF3;
}
</style>