Shades of Pale Turquoise #A3EDE7
Tints of Pale Turquoise #A3EDE7
RGB
CMYK
RGB Variations
Color information
#A3EDE7 (or 0xA3EDE7) is known color: Pale Turquoise. HEX triplet: A3, ED and E7. RGB value is (163,237,231). Sum of RGB (Red+Green+Blue) = 163+237+231=631 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.83% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EDE7 is #5C1218. Grayscale: #D6D6D6. Windows color (decimal): -6033945 or 15199651. OLE color: 15199651.
HSL color Cylindrical-coordinate representation of color #A3EDE7: hue angle of 175.14º degrees, saturation: 0.67, 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 #A3EDE7 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 231 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.07 |
| HSL | 175.14º | 0.67% | 0.78% | - |
| HSV(B) | 175.14º | 0.31% | 0.93% | - |
| XYZ | 59.81 | 74.12 | 86.76 | - |
| YUV | 214.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 231 | 0.31 | 0 | 0.03 | 0.07 | 175.14 | 0.67 | 0.78 |
| Hex | A3 | ED | E7 | 1F | 0 | 3 | 7 | AF | 43 | 4E |
| Octal | 243 | 355 | 347 | 37 | 0 | 3 | 7 | 257 | 103 | 116 |
| Binary | 10100011 | 11101101 | 11100111 | 11111 | 0 | 11 | 111 | 10101111 | 1000011 | 1001110 |
Color Harmonies of #A3EDE7
Complementary color
Monochromatic Colors of #A3EDE7
Black with #A3EDE7
Text Example
Text Example
White with #A3EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDE7; }
p { color: rgb(163,237,231); }
H1.HeaderClassName
{
color: #A3EDE7;
}
.AnyTagClassName
{
color: #A3EDE7;
}
</style>
background-color css
<style>
a { background-color: #A3EDE7; }
a { background-color: rgb(163,237,231); }
div.DivClassName
{
background-color: #A3EDE7;
}
.BgClassName
{
background-color: #A3EDE7;
}
</style>
border-color css
<style>
span { border-color: #A3EDE7; }
span { border-color: rgb(163,237,231); }
td.TdClassName
{
border-color: #A3EDE7;
}
.TagClassName
{
border-color: #A3EDE7;
}
</style>