Shades of Pale Turquoise #A3E8E6
Tints of Pale Turquoise #A3E8E6
RGB
CMYK
RGB Variations
Color information
#A3E8E6 (or 0xA3E8E6) is known color: Pale Turquoise. HEX triplet: A3, E8 and E6. RGB value is (163,232,230). Sum of RGB (Red+Green+Blue) = 163+232+230=625 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.08% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3E8E6 is #5C1719. Grayscale: #D3D3D3. Windows color (decimal): -6035226 or 15132835. OLE color: 15132835.
HSL color Cylindrical-coordinate representation of color #A3E8E6: hue angle of 178.26º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3E8E6 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 230 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.09 |
| HSL | 178.26º | 0.6% | 0.77% | - |
| HSV(B) | 178.26º | 0.3% | 0.91% | - |
| XYZ | 58.24 | 71.21 | 85.54 | - |
| YUV | 211.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 230 | 0.30 | 0 | 0.01 | 0.09 | 178.26 | 0.6 | 0.77 |
| Hex | A3 | E8 | E6 | 1E | 0 | 1 | 9 | B2 | 3C | 4D |
| Octal | 243 | 350 | 346 | 36 | 0 | 1 | 11 | 262 | 74 | 115 |
| Binary | 10100011 | 11101000 | 11100110 | 11110 | 0 | 1 | 1001 | 10110010 | 111100 | 1001101 |
Color Harmonies of #A3E8E6
Complementary color
Monochromatic Colors of #A3E8E6
Black with #A3E8E6
Text Example
Text Example
White with #A3E8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E8E6; }
p { color: rgb(163,232,230); }
H1.HeaderClassName
{
color: #A3E8E6;
}
.AnyTagClassName
{
color: #A3E8E6;
}
</style>
background-color css
<style>
a { background-color: #A3E8E6; }
a { background-color: rgb(163,232,230); }
div.DivClassName
{
background-color: #A3E8E6;
}
.BgClassName
{
background-color: #A3E8E6;
}
</style>
border-color css
<style>
span { border-color: #A3E8E6; }
span { border-color: rgb(163,232,230); }
td.TdClassName
{
border-color: #A3E8E6;
}
.TagClassName
{
border-color: #A3E8E6;
}
</style>