Shades of Pale Turquoise #A7FDEB
Tints of Pale Turquoise #A7FDEB
RGB
CMYK
RGB Variations
Color information
#A7FDEB (or 0xA7FDEB) is known color: Pale Turquoise. HEX triplet: A7, FD and EB. RGB value is (167,253,235). Sum of RGB (Red+Green+Blue) = 167+253+235=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FDEB is #580214. Grayscale: #E1E1E1. Windows color (decimal): -5767701 or 15465895. OLE color: 15465895.
HSL color Cylindrical-coordinate representation of color #A7FDEB: hue angle of 167.44º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FDEB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 253 | 235 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.01 |
| HSL | 167.44º | 0.96% | 0.82% | - |
| HSV(B) | 167.44º | 0.34% | 0.99% | - |
| XYZ | 66.06 | 84.46 | 91.42 | - |
| YUV | 225.23 | 133.51 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 253 | 235 | 0.34 | 0 | 0.07 | 0.01 | 167.44 | 0.96 | 0.82 |
| Hex | A7 | FD | EB | 22 | 0 | 7 | 1 | A7 | 60 | 52 |
| Octal | 247 | 375 | 353 | 42 | 0 | 7 | 1 | 247 | 140 | 122 |
| Binary | 10100111 | 11111101 | 11101011 | 100010 | 0 | 111 | 1 | 10100111 | 1100000 | 1010010 |
Color Harmonies of #A7FDEB
Complementary color
Monochromatic Colors of #A7FDEB
Black with #A7FDEB
Text Example
Text Example
White with #A7FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FDEB; }
p { color: rgb(167,253,235); }
H1.HeaderClassName
{
color: #A7FDEB;
}
.AnyTagClassName
{
color: #A7FDEB;
}
</style>
background-color css
<style>
a { background-color: #A7FDEB; }
a { background-color: rgb(167,253,235); }
div.DivClassName
{
background-color: #A7FDEB;
}
.BgClassName
{
background-color: #A7FDEB;
}
</style>
border-color css
<style>
span { border-color: #A7FDEB; }
span { border-color: rgb(167,253,235); }
td.TdClassName
{
border-color: #A7FDEB;
}
.TagClassName
{
border-color: #A7FDEB;
}
</style>