Shades of Pale Turquoise #A3E7E4
Tints of Pale Turquoise #A3E7E4
RGB
CMYK
RGB Variations
Color information
#A3E7E4 (or 0xA3E7E4) is known color: Pale Turquoise. HEX triplet: A3, E7 and E4. RGB value is (163,231,228). Sum of RGB (Red+Green+Blue) = 163+231+228=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #A3E7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E7E4 is #5C181B. Grayscale: #D2D2D2. Windows color (decimal): -6035484 or 15001507. OLE color: 15001507.
HSL color Cylindrical-coordinate representation of color #A3E7E4: hue angle of 177.35º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E7E4 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 231 | 228 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.09 |
| HSL | 177.35º | 0.59% | 0.77% | - |
| HSV(B) | 177.35º | 0.29% | 0.91% | - |
| XYZ | 57.68 | 70.54 | 83.97 | - |
| YUV | 210.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 228 | 0.29 | 0 | 0.01 | 0.09 | 177.35 | 0.59 | 0.77 |
| Hex | A3 | E7 | E4 | 1D | 0 | 1 | 9 | B1 | 3B | 4D |
| Octal | 243 | 347 | 344 | 35 | 0 | 1 | 11 | 261 | 73 | 115 |
| Binary | 10100011 | 11100111 | 11100100 | 11101 | 0 | 1 | 1001 | 10110001 | 111011 | 1001101 |
Color Harmonies of #A3E7E4
Complementary color
Monochromatic Colors of #A3E7E4
Black with #A3E7E4
Text Example
Text Example
White with #A3E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E7E4; }
p { color: rgb(163,231,228); }
H1.HeaderClassName
{
color: #A3E7E4;
}
.AnyTagClassName
{
color: #A3E7E4;
}
</style>
background-color css
<style>
a { background-color: #A3E7E4; }
a { background-color: rgb(163,231,228); }
div.DivClassName
{
background-color: #A3E7E4;
}
.BgClassName
{
background-color: #A3E7E4;
}
</style>
border-color css
<style>
span { border-color: #A3E7E4; }
span { border-color: rgb(163,231,228); }
td.TdClassName
{
border-color: #A3E7E4;
}
.TagClassName
{
border-color: #A3E7E4;
}
</style>