Shades of Pale Turquoise #A5EEEA
Tints of Pale Turquoise #A5EEEA
RGB
CMYK
RGB Variations
Color information
#A5EEEA (or 0xA5EEEA) is known color: Pale Turquoise. HEX triplet: A5, EE and EA. RGB value is (165,238,234). Sum of RGB (Red+Green+Blue) = 165+238+234=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEEA is #5A1115. Grayscale: #D7D7D7. Windows color (decimal): -5902614 or 15396517. OLE color: 15396517.
HSL color Cylindrical-coordinate representation of color #A5EEEA: hue angle of 176.71º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EEEA is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 238 | 234 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.07 |
| HSL | 176.71º | 0.68% | 0.79% | - |
| HSV(B) | 176.71º | 0.31% | 0.93% | - |
| XYZ | 60.94 | 75.09 | 89.12 | - |
| YUV | 215.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 238 | 234 | 0.31 | 0 | 0.02 | 0.07 | 176.71 | 0.68 | 0.79 |
| Hex | A5 | EE | EA | 1F | 0 | 2 | 7 | B1 | 44 | 4F |
| Octal | 245 | 356 | 352 | 37 | 0 | 2 | 7 | 261 | 104 | 117 |
| Binary | 10100101 | 11101110 | 11101010 | 11111 | 0 | 10 | 111 | 10110001 | 1000100 | 1001111 |
Color Harmonies of #A5EEEA
Complementary color
Monochromatic Colors of #A5EEEA
Black with #A5EEEA
Text Example
Text Example
White with #A5EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EEEA; }
p { color: rgb(165,238,234); }
H1.HeaderClassName
{
color: #A5EEEA;
}
.AnyTagClassName
{
color: #A5EEEA;
}
</style>
background-color css
<style>
a { background-color: #A5EEEA; }
a { background-color: rgb(165,238,234); }
div.DivClassName
{
background-color: #A5EEEA;
}
.BgClassName
{
background-color: #A5EEEA;
}
</style>
border-color css
<style>
span { border-color: #A5EEEA; }
span { border-color: rgb(165,238,234); }
td.TdClassName
{
border-color: #A5EEEA;
}
.TagClassName
{
border-color: #A5EEEA;
}
</style>