Shades of Pale Turquoise #A7FFEF
Tints of Pale Turquoise #A7FFEF
RGB
CMYK
RGB Variations
Color information
#A7FFEF (or 0xA7FFEF) is known color: Pale Turquoise. HEX triplet: A7, FF and EF. RGB value is (167,255,239). Sum of RGB (Red+Green+Blue) = 167+255+239=661 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.26% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFEF is #580010. Grayscale: #E2E2E2. Windows color (decimal): -5767185 or 15728551. OLE color: 15728551.
HSL color Cylindrical-coordinate representation of color #A7FFEF: hue angle of 169.09º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7FFEF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 239 | - |
| CMYK | 0.35 | 0 | 0.06 | 0 |
| HSL | 169.09º | 1% | 0.83% | - |
| HSV(B) | 169.09º | 0.35% | 1% | - |
| XYZ | 67.28 | 85.97 | 94.71 | - |
| YUV | 226.86 | 134.85 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 239 | 0.35 | 0 | 0.06 | 0 | 169.09 | 1 | 0.83 |
| Hex | A7 | FF | EF | 23 | 0 | 6 | 0 | A9 | 64 | 53 |
| Octal | 247 | 377 | 357 | 43 | 0 | 6 | 0 | 251 | 144 | 123 |
| Binary | 10100111 | 11111111 | 11101111 | 100011 | 0 | 110 | 0 | 10101001 | 1100100 | 1010011 |
Color Harmonies of #A7FFEF
Complementary color
Monochromatic Colors of #A7FFEF
Black with #A7FFEF
Text Example
Text Example
White with #A7FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FFEF; }
p { color: rgb(167,255,239); }
H1.HeaderClassName
{
color: #A7FFEF;
}
.AnyTagClassName
{
color: #A7FFEF;
}
</style>
background-color css
<style>
a { background-color: #A7FFEF; }
a { background-color: rgb(167,255,239); }
div.DivClassName
{
background-color: #A7FFEF;
}
.BgClassName
{
background-color: #A7FFEF;
}
</style>
border-color css
<style>
span { border-color: #A7FFEF; }
span { border-color: rgb(167,255,239); }
td.TdClassName
{
border-color: #A7FFEF;
}
.TagClassName
{
border-color: #A7FFEF;
}
</style>