Shades of Pale Turquoise #A5EAEA
Tints of Pale Turquoise #A5EAEA
RGB
CMYK
RGB Variations
Color information
#A5EAEA (or 0xA5EAEA) is known color: Pale Turquoise. HEX triplet: A5, EA and EA. RGB value is (165,234,234). Sum of RGB (Red+Green+Blue) = 165+234+234=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #A5EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAEA is #5A1515. Grayscale: #D5D5D5. Windows color (decimal): -5903638 or 15395493. OLE color: 15395493.
HSL color Cylindrical-coordinate representation of color #A5EAEA: hue angle of 180º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EAEA is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 234 | - |
| CMYK | 0.29 | 0 | 0 | 0.08 |
| HSL | 180º | 0.62% | 0.78% | - |
| HSV(B) | 180º | 0.29% | 0.92% | - |
| XYZ | 59.79 | 72.79 | 88.74 | - |
| YUV | 213.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 234 | 0.29 | 0 | 0 | 0.08 | 180 | 0.62 | 0.78 |
| Hex | A5 | EA | EA | 1D | 0 | 0 | 8 | B4 | 3E | 4E |
| Octal | 245 | 352 | 352 | 35 | 0 | 0 | 10 | 264 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11101010 | 11101 | 0 | 0 | 1000 | 10110100 | 111110 | 1001110 |
Color Harmonies of #A5EAEA
Complementary color
Monochromatic Colors of #A5EAEA
Black with #A5EAEA
Text Example
Text Example
White with #A5EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAEA; }
p { color: rgb(165,234,234); }
H1.HeaderClassName
{
color: #A5EAEA;
}
.AnyTagClassName
{
color: #A5EAEA;
}
</style>
background-color css
<style>
a { background-color: #A5EAEA; }
a { background-color: rgb(165,234,234); }
div.DivClassName
{
background-color: #A5EAEA;
}
.BgClassName
{
background-color: #A5EAEA;
}
</style>
border-color css
<style>
span { border-color: #A5EAEA; }
span { border-color: rgb(165,234,234); }
td.TdClassName
{
border-color: #A5EAEA;
}
.TagClassName
{
border-color: #A5EAEA;
}
</style>