Shades of Pale Turquoise #A4FCEE
Tints of Pale Turquoise #A4FCEE
RGB
CMYK
RGB Variations
Color information
#A4FCEE (or 0xA4FCEE) is known color: Pale Turquoise. HEX triplet: A4, FC and EE. RGB value is (164,252,238). Sum of RGB (Red+Green+Blue) = 164+252+238=654 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.08% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCEE is #5B0311. Grayscale: #E0E0E0. Windows color (decimal): -5964562 or 15662244. OLE color: 15662244.
HSL color Cylindrical-coordinate representation of color #A4FCEE: hue angle of 170.45º 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 #A4FCEE is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 238 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.01 |
| HSL | 170.45º | 0.94% | 0.82% | - |
| HSV(B) | 170.45º | 0.35% | 0.99% | - |
| XYZ | 65.55 | 83.69 | 93.59 | - |
| YUV | 224.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 238 | 0.35 | 0 | 0.06 | 0.01 | 170.45 | 0.94 | 0.82 |
| Hex | A4 | FC | EE | 23 | 0 | 6 | 1 | AA | 5E | 52 |
| Octal | 244 | 374 | 356 | 43 | 0 | 6 | 1 | 252 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11101110 | 100011 | 0 | 110 | 1 | 10101010 | 1011110 | 1010010 |
Color Harmonies of #A4FCEE
Complementary color
Monochromatic Colors of #A4FCEE
Black with #A4FCEE
Text Example
Text Example
White with #A4FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCEE; }
p { color: rgb(164,252,238); }
H1.HeaderClassName
{
color: #A4FCEE;
}
.AnyTagClassName
{
color: #A4FCEE;
}
</style>
background-color css
<style>
a { background-color: #A4FCEE; }
a { background-color: rgb(164,252,238); }
div.DivClassName
{
background-color: #A4FCEE;
}
.BgClassName
{
background-color: #A4FCEE;
}
</style>
border-color css
<style>
span { border-color: #A4FCEE; }
span { border-color: rgb(164,252,238); }
td.TdClassName
{
border-color: #A4FCEE;
}
.TagClassName
{
border-color: #A4FCEE;
}
</style>