Shades of Pale Turquoise #A4FCEF
Tints of Pale Turquoise #A4FCEF
RGB
CMYK
RGB Variations
Color information
#A4FCEF (or 0xA4FCEF) is known color: Pale Turquoise. HEX triplet: A4, FC and EF. RGB value is (164,252,239). Sum of RGB (Red+Green+Blue) = 164+252+239=655 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.04% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCEF is #5B0310. Grayscale: #E0E0E0. Windows color (decimal): -5964561 or 15727780. OLE color: 15727780.
HSL color Cylindrical-coordinate representation of color #A4FCEF: hue angle of 171.14º 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 #A4FCEF is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 239 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.01 |
| HSL | 171.14º | 0.94% | 0.82% | - |
| HSV(B) | 171.14º | 0.35% | 0.99% | - |
| XYZ | 65.7 | 83.75 | 94.36 | - |
| YUV | 224.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 239 | 0.35 | 0 | 0.05 | 0.01 | 171.14 | 0.94 | 0.82 |
| Hex | A4 | FC | EF | 23 | 0 | 5 | 1 | AB | 5E | 52 |
| Octal | 244 | 374 | 357 | 43 | 0 | 5 | 1 | 253 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11101111 | 100011 | 0 | 101 | 1 | 10101011 | 1011110 | 1010010 |
Color Harmonies of #A4FCEF
Complementary color
Monochromatic Colors of #A4FCEF
Black with #A4FCEF
Text Example
Text Example
White with #A4FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCEF; }
p { color: rgb(164,252,239); }
H1.HeaderClassName
{
color: #A4FCEF;
}
.AnyTagClassName
{
color: #A4FCEF;
}
</style>
background-color css
<style>
a { background-color: #A4FCEF; }
a { background-color: rgb(164,252,239); }
div.DivClassName
{
background-color: #A4FCEF;
}
.BgClassName
{
background-color: #A4FCEF;
}
</style>
border-color css
<style>
span { border-color: #A4FCEF; }
span { border-color: rgb(164,252,239); }
td.TdClassName
{
border-color: #A4FCEF;
}
.TagClassName
{
border-color: #A4FCEF;
}
</style>