Shades of Pale Turquoise #A5E9E3
Tints of Pale Turquoise #A5E9E3
RGB
CMYK
RGB Variations
Color information
#A5E9E3 (or 0xA5E9E3) is known color: Pale Turquoise. HEX triplet: A5, E9 and E3. RGB value is (165,233,227). Sum of RGB (Red+Green+Blue) = 165+233+227=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9E3 is #5A161C. Grayscale: #D3D3D3. Windows color (decimal): -5903901 or 14936485. OLE color: 14936485.
HSL color Cylindrical-coordinate representation of color #A5E9E3: hue angle of 174.71º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9E3 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 227 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.09 |
| HSL | 174.71º | 0.61% | 0.78% | - |
| HSV(B) | 174.71º | 0.29% | 0.91% | - |
| XYZ | 58.52 | 71.82 | 83.45 | - |
| YUV | 211.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 227 | 0.29 | 0 | 0.03 | 0.09 | 174.71 | 0.61 | 0.78 |
| Hex | A5 | E9 | E3 | 1D | 0 | 3 | 9 | AF | 3D | 4E |
| Octal | 245 | 351 | 343 | 35 | 0 | 3 | 11 | 257 | 75 | 116 |
| Binary | 10100101 | 11101001 | 11100011 | 11101 | 0 | 11 | 1001 | 10101111 | 111101 | 1001110 |
Color Harmonies of #A5E9E3
Complementary color
Monochromatic Colors of #A5E9E3
Black with #A5E9E3
Text Example
Text Example
White with #A5E9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9E3; }
p { color: rgb(165,233,227); }
H1.HeaderClassName
{
color: #A5E9E3;
}
.AnyTagClassName
{
color: #A5E9E3;
}
</style>
background-color css
<style>
a { background-color: #A5E9E3; }
a { background-color: rgb(165,233,227); }
div.DivClassName
{
background-color: #A5E9E3;
}
.BgClassName
{
background-color: #A5E9E3;
}
</style>
border-color css
<style>
span { border-color: #A5E9E3; }
span { border-color: rgb(165,233,227); }
td.TdClassName
{
border-color: #A5E9E3;
}
.TagClassName
{
border-color: #A5E9E3;
}
</style>