Shades of Pale Turquoise #A7F6EF
Tints of Pale Turquoise #A7F6EF
RGB
CMYK
RGB Variations
Color information
#A7F6EF (or 0xA7F6EF) is known color: Pale Turquoise. HEX triplet: A7, F6 and EF. RGB value is (167,246,239). Sum of RGB (Red+Green+Blue) = 167+246+239=652 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.61% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #A7F6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F6EF is #580910. Grayscale: #DDDDDD. Windows color (decimal): -5769489 or 15726247. OLE color: 15726247.
HSL color Cylindrical-coordinate representation of color #A7F6EF: hue angle of 174.68º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7F6EF is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 246 | 239 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.04 |
| HSL | 174.68º | 0.81% | 0.81% | - |
| HSV(B) | 174.68º | 0.32% | 0.96% | - |
| XYZ | 64.47 | 80.36 | 93.77 | - |
| YUV | 221.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 246 | 239 | 0.32 | 0 | 0.03 | 0.04 | 174.68 | 0.81 | 0.81 |
| Hex | A7 | F6 | EF | 20 | 0 | 3 | 4 | AF | 51 | 51 |
| Octal | 247 | 366 | 357 | 40 | 0 | 3 | 4 | 257 | 121 | 121 |
| Binary | 10100111 | 11110110 | 11101111 | 100000 | 0 | 11 | 100 | 10101111 | 1010001 | 1010001 |
Color Harmonies of #A7F6EF
Complementary color
Monochromatic Colors of #A7F6EF
Black with #A7F6EF
Text Example
Text Example
White with #A7F6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F6EF; }
p { color: rgb(167,246,239); }
H1.HeaderClassName
{
color: #A7F6EF;
}
.AnyTagClassName
{
color: #A7F6EF;
}
</style>
background-color css
<style>
a { background-color: #A7F6EF; }
a { background-color: rgb(167,246,239); }
div.DivClassName
{
background-color: #A7F6EF;
}
.BgClassName
{
background-color: #A7F6EF;
}
</style>
border-color css
<style>
span { border-color: #A7F6EF; }
span { border-color: rgb(167,246,239); }
td.TdClassName
{
border-color: #A7F6EF;
}
.TagClassName
{
border-color: #A7F6EF;
}
</style>