Shades of Pale Turquoise #A7EFEF
Tints of Pale Turquoise #A7EFEF
RGB
CMYK
RGB Variations
Color information
#A7EFEF (or 0xA7EFEF) is known color: Pale Turquoise. HEX triplet: A7, EF and EF. RGB value is (167,239,239). Sum of RGB (Red+Green+Blue) = 167+239+239=645 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.89% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #A7EFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EFEF is #581010. Grayscale: #D9D9D9. Windows color (decimal): -5771281 or 15724455. OLE color: 15724455.
HSL color Cylindrical-coordinate representation of color #A7EFEF: hue angle of 180º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EFEF is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 239 | 239 | - |
| CMYK | 0.30 | 0 | 0 | 0.06 |
| HSL | 180º | 0.69% | 0.8% | - |
| HSV(B) | 180º | 0.3% | 0.94% | - |
| XYZ | 62.38 | 76.18 | 93.08 | - |
| YUV | 217.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 239 | 239 | 0.30 | 0 | 0 | 0.06 | 180 | 0.69 | 0.8 |
| Hex | A7 | EF | EF | 1E | 0 | 0 | 6 | B4 | 45 | 50 |
| Octal | 247 | 357 | 357 | 36 | 0 | 0 | 6 | 264 | 105 | 120 |
| Binary | 10100111 | 11101111 | 11101111 | 11110 | 0 | 0 | 110 | 10110100 | 1000101 | 1010000 |
Color Harmonies of #A7EFEF
Complementary color
Monochromatic Colors of #A7EFEF
Black with #A7EFEF
Text Example
Text Example
White with #A7EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EFEF; }
p { color: rgb(167,239,239); }
H1.HeaderClassName
{
color: #A7EFEF;
}
.AnyTagClassName
{
color: #A7EFEF;
}
</style>
background-color css
<style>
a { background-color: #A7EFEF; }
a { background-color: rgb(167,239,239); }
div.DivClassName
{
background-color: #A7EFEF;
}
.BgClassName
{
background-color: #A7EFEF;
}
</style>
border-color css
<style>
span { border-color: #A7EFEF; }
span { border-color: rgb(167,239,239); }
td.TdClassName
{
border-color: #A7EFEF;
}
.TagClassName
{
border-color: #A7EFEF;
}
</style>