Shades of Pale Turquoise #A4EFF5
Tints of Pale Turquoise #A4EFF5
RGB
CMYK
RGB Variations
Color information
#A4EFF5 (or 0xA4EFF5) is known color: Pale Turquoise. HEX triplet: A4, EF and F5. RGB value is (164,239,245). Sum of RGB (Red+Green+Blue) = 164+239+245=648 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.31% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 245 - color contains mainly: blue. Hex color #A4EFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EFF5 is #5B100A. Grayscale: #D9D9D9. Windows color (decimal): -5967883 or 16117668. OLE color: 16117668.
HSL color Cylindrical-coordinate representation of color #A4EFF5: hue angle of 184.44º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4EFF5 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 239 | 245 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.04 |
| HSL | 184.44º | 0.8% | 0.8% | - |
| HSV(B) | 184.44º | 0.33% | 0.96% | - |
| XYZ | 62.66 | 76.22 | 97.8 | - |
| YUV | 217.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 245 | 0.33 | 0.02 | 0 | 0.04 | 184.44 | 0.8 | 0.8 |
| Hex | A4 | EF | F5 | 21 | 2 | 0 | 4 | B8 | 50 | 50 |
| Octal | 244 | 357 | 365 | 41 | 2 | 0 | 4 | 270 | 120 | 120 |
| Binary | 10100100 | 11101111 | 11110101 | 100001 | 10 | 0 | 100 | 10111000 | 1010000 | 1010000 |
Color Harmonies of #A4EFF5
Complementary color
Monochromatic Colors of #A4EFF5
Black with #A4EFF5
Text Example
Text Example
White with #A4EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EFF5; }
p { color: rgb(164,239,245); }
H1.HeaderClassName
{
color: #A4EFF5;
}
.AnyTagClassName
{
color: #A4EFF5;
}
</style>
background-color css
<style>
a { background-color: #A4EFF5; }
a { background-color: rgb(164,239,245); }
div.DivClassName
{
background-color: #A4EFF5;
}
.BgClassName
{
background-color: #A4EFF5;
}
</style>
border-color css
<style>
span { border-color: #A4EFF5; }
span { border-color: rgb(164,239,245); }
td.TdClassName
{
border-color: #A4EFF5;
}
.TagClassName
{
border-color: #A4EFF5;
}
</style>