Shades of Pale Turquoise #A4FEF5
Tints of Pale Turquoise #A4FEF5
RGB
CMYK
RGB Variations
Color information
#A4FEF5 (or 0xA4FEF5) is known color: Pale Turquoise. HEX triplet: A4, FE and F5. RGB value is (164,254,245). Sum of RGB (Red+Green+Blue) = 164+254+245=663 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.74% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FEF5 is #5B010A. Grayscale: #E2E2E2. Windows color (decimal): -5964043 or 16121508. OLE color: 16121508.
HSL color Cylindrical-coordinate representation of color #A4FEF5: hue angle of 174º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FEF5 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 245 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.00 |
| HSL | 174º | 0.98% | 0.82% | - |
| HSV(B) | 174º | 0.35% | 1% | - |
| XYZ | 67.23 | 85.37 | 99.32 | - |
| YUV | 226.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 245 | 0.35 | 0 | 0.04 | 0.00 | 174 | 0.98 | 0.82 |
| Hex | A4 | FE | F5 | 23 | 0 | 4 | 0 | AE | 62 | 52 |
| Octal | 244 | 376 | 365 | 43 | 0 | 4 | 0 | 256 | 142 | 122 |
| Binary | 10100100 | 11111110 | 11110101 | 100011 | 0 | 100 | 0 | 10101110 | 1100010 | 1010010 |
Color Harmonies of #A4FEF5
Complementary color
Monochromatic Colors of #A4FEF5
Black with #A4FEF5
Text Example
Text Example
White with #A4FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FEF5; }
p { color: rgb(164,254,245); }
H1.HeaderClassName
{
color: #A4FEF5;
}
.AnyTagClassName
{
color: #A4FEF5;
}
</style>
background-color css
<style>
a { background-color: #A4FEF5; }
a { background-color: rgb(164,254,245); }
div.DivClassName
{
background-color: #A4FEF5;
}
.BgClassName
{
background-color: #A4FEF5;
}
</style>
border-color css
<style>
span { border-color: #A4FEF5; }
span { border-color: rgb(164,254,245); }
td.TdClassName
{
border-color: #A4FEF5;
}
.TagClassName
{
border-color: #A4FEF5;
}
</style>