Shades of Pale Turquoise #A7E6E4
Tints of Pale Turquoise #A7E6E4
RGB
CMYK
RGB Variations
Color information
#A7E6E4 (or 0xA7E6E4) is known color: Pale Turquoise. HEX triplet: A7, E6 and E4. RGB value is (167,230,228). Sum of RGB (Red+Green+Blue) = 167+230+228=625 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.72% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #A7E6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7E6E4 is #58191B. Grayscale: #D2D2D2. Windows color (decimal): -5773596 or 15001255. OLE color: 15001255.
HSL color Cylindrical-coordinate representation of color #A7E6E4: hue angle of 178.1º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7E6E4 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 230 | 228 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.10 |
| HSL | 178.1º | 0.56% | 0.78% | - |
| HSV(B) | 178.1º | 0.27% | 0.9% | - |
| XYZ | 58.24 | 70.41 | 83.92 | - |
| YUV | 210.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 230 | 228 | 0.27 | 0 | 0.01 | 0.10 | 178.1 | 0.56 | 0.78 |
| Hex | A7 | E6 | E4 | 1B | 0 | 1 | A | B2 | 38 | 4E |
| Octal | 247 | 346 | 344 | 33 | 0 | 1 | 12 | 262 | 70 | 116 |
| Binary | 10100111 | 11100110 | 11100100 | 11011 | 0 | 1 | 1010 | 10110010 | 111000 | 1001110 |
Color Harmonies of #A7E6E4
Complementary color
Monochromatic Colors of #A7E6E4
Black with #A7E6E4
Text Example
Text Example
White with #A7E6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E6E4; }
p { color: rgb(167,230,228); }
H1.HeaderClassName
{
color: #A7E6E4;
}
.AnyTagClassName
{
color: #A7E6E4;
}
</style>
background-color css
<style>
a { background-color: #A7E6E4; }
a { background-color: rgb(167,230,228); }
div.DivClassName
{
background-color: #A7E6E4;
}
.BgClassName
{
background-color: #A7E6E4;
}
</style>
border-color css
<style>
span { border-color: #A7E6E4; }
span { border-color: rgb(167,230,228); }
td.TdClassName
{
border-color: #A7E6E4;
}
.TagClassName
{
border-color: #A7E6E4;
}
</style>