Shades of Pale Turquoise #A7FFEB
Tints of Pale Turquoise #A7FFEB
RGB
CMYK
RGB Variations
Color information
#A7FFEB (or 0xA7FFEB) is known color: Pale Turquoise. HEX triplet: A7, FF and EB. RGB value is (167,255,235). Sum of RGB (Red+Green+Blue) = 167+255+235=657 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.42% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFEB is #580014. Grayscale: #E2E2E2. Windows color (decimal): -5767189 or 15466407. OLE color: 15466407.
HSL color Cylindrical-coordinate representation of color #A7FFEB: hue angle of 166.36º 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 #A7FFEB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 235 | - |
| CMYK | 0.35 | 0 | 0.08 | 0 |
| HSL | 166.36º | 1% | 0.83% | - |
| HSV(B) | 166.36º | 0.35% | 1% | - |
| XYZ | 66.69 | 85.73 | 91.63 | - |
| YUV | 226.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 235 | 0.35 | 0 | 0.08 | 0 | 166.36 | 1 | 0.83 |
| Hex | A7 | FF | EB | 23 | 0 | 8 | 0 | A6 | 64 | 53 |
| Octal | 247 | 377 | 353 | 43 | 0 | 10 | 0 | 246 | 144 | 123 |
| Binary | 10100111 | 11111111 | 11101011 | 100011 | 0 | 1000 | 0 | 10100110 | 1100100 | 1010011 |
Color Harmonies of #A7FFEB
Complementary color
Monochromatic Colors of #A7FFEB
Black with #A7FFEB
Text Example
Text Example
White with #A7FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FFEB; }
p { color: rgb(167,255,235); }
H1.HeaderClassName
{
color: #A7FFEB;
}
.AnyTagClassName
{
color: #A7FFEB;
}
</style>
background-color css
<style>
a { background-color: #A7FFEB; }
a { background-color: rgb(167,255,235); }
div.DivClassName
{
background-color: #A7FFEB;
}
.BgClassName
{
background-color: #A7FFEB;
}
</style>
border-color css
<style>
span { border-color: #A7FFEB; }
span { border-color: rgb(167,255,235); }
td.TdClassName
{
border-color: #A7FFEB;
}
.TagClassName
{
border-color: #A7FFEB;
}
</style>