Shades of Pale Turquoise #A3EEE6
Tints of Pale Turquoise #A3EEE6
RGB
CMYK
RGB Variations
Color information
#A3EEE6 (or 0xA3EEE6) is known color: Pale Turquoise. HEX triplet: A3, EE and E6. RGB value is (163,238,230). Sum of RGB (Red+Green+Blue) = 163+238+230=631 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.83% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EEE6 is #5C1119. Grayscale: #D6D6D6. Windows color (decimal): -6033690 or 15134371. OLE color: 15134371.
HSL color Cylindrical-coordinate representation of color #A3EEE6: hue angle of 173.6º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EEE6 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 238 | 230 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.07 |
| HSL | 173.6º | 0.69% | 0.79% | - |
| HSV(B) | 173.6º | 0.32% | 0.93% | - |
| XYZ | 59.96 | 74.65 | 86.11 | - |
| YUV | 214.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 238 | 230 | 0.32 | 0 | 0.03 | 0.07 | 173.6 | 0.69 | 0.79 |
| Hex | A3 | EE | E6 | 20 | 0 | 3 | 7 | AE | 45 | 4F |
| Octal | 243 | 356 | 346 | 40 | 0 | 3 | 7 | 256 | 105 | 117 |
| Binary | 10100011 | 11101110 | 11100110 | 100000 | 0 | 11 | 111 | 10101110 | 1000101 | 1001111 |
Color Harmonies of #A3EEE6
Complementary color
Monochromatic Colors of #A3EEE6
Black with #A3EEE6
Text Example
Text Example
White with #A3EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EEE6; }
p { color: rgb(163,238,230); }
H1.HeaderClassName
{
color: #A3EEE6;
}
.AnyTagClassName
{
color: #A3EEE6;
}
</style>
background-color css
<style>
a { background-color: #A3EEE6; }
a { background-color: rgb(163,238,230); }
div.DivClassName
{
background-color: #A3EEE6;
}
.BgClassName
{
background-color: #A3EEE6;
}
</style>
border-color css
<style>
span { border-color: #A3EEE6; }
span { border-color: rgb(163,238,230); }
td.TdClassName
{
border-color: #A3EEE6;
}
.TagClassName
{
border-color: #A3EEE6;
}
</style>