Shades of Pale Turquoise #A3E9E6
Tints of Pale Turquoise #A3E9E6
RGB
CMYK
RGB Variations
Color information
#A3E9E6 (or 0xA3E9E6) is known color: Pale Turquoise. HEX triplet: A3, E9 and E6. RGB value is (163,233,230). Sum of RGB (Red+Green+Blue) = 163+233+230=626 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.04% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #A3E9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3E9E6 is #5C1619. Grayscale: #D3D3D3. Windows color (decimal): -6034970 or 15133091. OLE color: 15133091.
HSL color Cylindrical-coordinate representation of color #A3E9E6: hue angle of 177.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3E9E6 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 233 | 230 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.09 |
| HSL | 177.43º | 0.61% | 0.78% | - |
| HSV(B) | 177.43º | 0.3% | 0.91% | - |
| XYZ | 58.53 | 71.78 | 85.63 | - |
| YUV | 211.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 233 | 230 | 0.30 | 0 | 0.01 | 0.09 | 177.43 | 0.61 | 0.78 |
| Hex | A3 | E9 | E6 | 1E | 0 | 1 | 9 | B1 | 3D | 4E |
| Octal | 243 | 351 | 346 | 36 | 0 | 1 | 11 | 261 | 75 | 116 |
| Binary | 10100011 | 11101001 | 11100110 | 11110 | 0 | 1 | 1001 | 10110001 | 111101 | 1001110 |
Color Harmonies of #A3E9E6
Complementary color
Monochromatic Colors of #A3E9E6
Black with #A3E9E6
Text Example
Text Example
White with #A3E9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E9E6; }
p { color: rgb(163,233,230); }
H1.HeaderClassName
{
color: #A3E9E6;
}
.AnyTagClassName
{
color: #A3E9E6;
}
</style>
background-color css
<style>
a { background-color: #A3E9E6; }
a { background-color: rgb(163,233,230); }
div.DivClassName
{
background-color: #A3E9E6;
}
.BgClassName
{
background-color: #A3E9E6;
}
</style>
border-color css
<style>
span { border-color: #A3E9E6; }
span { border-color: rgb(163,233,230); }
td.TdClassName
{
border-color: #A3E9E6;
}
.TagClassName
{
border-color: #A3E9E6;
}
</style>