Shades of Pale Turquoise #A4EFEF
Tints of Pale Turquoise #A4EFEF
RGB
CMYK
RGB Variations
Color information
#A4EFEF (or 0xA4EFEF) is known color: Pale Turquoise. HEX triplet: A4, EF and EF. RGB value is (164,239,239). Sum of RGB (Red+Green+Blue) = 164+239+239=642 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.55% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #A4EFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EFEF is #5B1010. Grayscale: #D8D8D8. Windows color (decimal): -5967889 or 15724452. OLE color: 15724452.
HSL color Cylindrical-coordinate representation of color #A4EFEF: hue angle of 180º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EFEF is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 239 | - |
| CMYK | 0.31 | 0 | 0 | 0.06 |
| HSL | 180º | 0.7% | 0.79% | - |
| HSV(B) | 180º | 0.31% | 0.94% | - |
| XYZ | 61.76 | 75.86 | 93.05 | - |
| YUV | 216.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 239 | 0.31 | 0 | 0 | 0.06 | 180 | 0.7 | 0.79 |
| Hex | A4 | EF | EF | 1F | 0 | 0 | 6 | B4 | 46 | 4F |
| Octal | 244 | 357 | 357 | 37 | 0 | 0 | 6 | 264 | 106 | 117 |
| Binary | 10100100 | 11101111 | 11101111 | 11111 | 0 | 0 | 110 | 10110100 | 1000110 | 1001111 |
Color Harmonies of #A4EFEF
Complementary color
Monochromatic Colors of #A4EFEF
Black with #A4EFEF
Text Example
Text Example
White with #A4EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EFEF; }
p { color: rgb(164,239,239); }
H1.HeaderClassName
{
color: #A4EFEF;
}
.AnyTagClassName
{
color: #A4EFEF;
}
</style>
background-color css
<style>
a { background-color: #A4EFEF; }
a { background-color: rgb(164,239,239); }
div.DivClassName
{
background-color: #A4EFEF;
}
.BgClassName
{
background-color: #A4EFEF;
}
</style>
border-color css
<style>
span { border-color: #A4EFEF; }
span { border-color: rgb(164,239,239); }
td.TdClassName
{
border-color: #A4EFEF;
}
.TagClassName
{
border-color: #A4EFEF;
}
</style>