Shades of Pale Turquoise #A3ECE5
Tints of Pale Turquoise #A3ECE5
RGB
CMYK
RGB Variations
Color information
#A3ECE5 (or 0xA3ECE5) is known color: Pale Turquoise. HEX triplet: A3, EC and E5. RGB value is (163,236,229). Sum of RGB (Red+Green+Blue) = 163+236+229=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECE5 is #5C131A. Grayscale: #D5D5D5. Windows color (decimal): -6034203 or 15068323. OLE color: 15068323.
HSL color Cylindrical-coordinate representation of color #A3ECE5: hue angle of 174.25º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECE5 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 163 | 236 | 229 | - |
CMYK | 0.31 | 0 | 0.03 | 0.07 |
HSL | 174.25º | 0.66% | 0.78% | - |
HSV(B) | 174.25º | 0.31% | 0.93% | - |
XYZ | 59.24 | 73.43 | 85.18 | - |
YUV | 213.38 | 136.82 | 92.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 236 | 229 | 0.31 | 0 | 0.03 | 0.07 | 174.25 | 0.66 | 0.78 |
Hex | A3 | EC | E5 | 1F | 0 | 3 | 7 | AE | 42 | 4E |
Octal | 243 | 354 | 345 | 37 | 0 | 3 | 7 | 256 | 102 | 116 |
Binary | 10100011 | 11101100 | 11100101 | 11111 | 0 | 11 | 111 | 10101110 | 1000010 | 1001110 |
Color Harmonies of #A3ECE5
Complementary color
Monochromatic Colors of #A3ECE5
Black with #A3ECE5
Text Example
Text Example
White with #A3ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECE5; }
p { color: rgb(163,236,229); }
H1.HeaderClassName
{
color: #A3ECE5;
}
.AnyTagClassName
{
color: #A3ECE5;
}
</style>
background-color css
<style>
a { background-color: #A3ECE5; }
a { background-color: rgb(163,236,229); }
div.DivClassName
{
background-color: #A3ECE5;
}
.BgClassName
{
background-color: #A3ECE5;
}
</style>
border-color css
<style>
span { border-color: #A3ECE5; }
span { border-color: rgb(163,236,229); }
td.TdClassName
{
border-color: #A3ECE5;
}
.TagClassName
{
border-color: #A3ECE5;
}
</style>