Shades of Pale Turquoise #A5EDED
Tints of Pale Turquoise #A5EDED
RGB
CMYK
RGB Variations
Color information
#A5EDED (or 0xA5EDED) is known color: Pale Turquoise. HEX triplet: A5, ED and ED. RGB value is (165,237,237). Sum of RGB (Red+Green+Blue) = 165+237+237=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #A5EDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDED is #5A1212. Grayscale: #D7D7D7. Windows color (decimal): -5902867 or 15592869. OLE color: 15592869.
HSL color Cylindrical-coordinate representation of color #A5EDED: hue angle of 180º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EDED is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 237 | 237 | - |
| CMYK | 0.30 | 0 | 0 | 0.07 |
| HSL | 180º | 0.67% | 0.79% | - |
| HSV(B) | 180º | 0.3% | 0.93% | - |
| XYZ | 61.09 | 74.68 | 91.32 | - |
| YUV | 215.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 237 | 0.30 | 0 | 0 | 0.07 | 180 | 0.67 | 0.79 |
| Hex | A5 | ED | ED | 1E | 0 | 0 | 7 | B4 | 43 | 4F |
| Octal | 245 | 355 | 355 | 36 | 0 | 0 | 7 | 264 | 103 | 117 |
| Binary | 10100101 | 11101101 | 11101101 | 11110 | 0 | 0 | 111 | 10110100 | 1000011 | 1001111 |
Color Harmonies of #A5EDED
Complementary color
Monochromatic Colors of #A5EDED
Black with #A5EDED
Text Example
Text Example
White with #A5EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EDED; }
p { color: rgb(165,237,237); }
H1.HeaderClassName
{
color: #A5EDED;
}
.AnyTagClassName
{
color: #A5EDED;
}
</style>
background-color css
<style>
a { background-color: #A5EDED; }
a { background-color: rgb(165,237,237); }
div.DivClassName
{
background-color: #A5EDED;
}
.BgClassName
{
background-color: #A5EDED;
}
</style>
border-color css
<style>
span { border-color: #A5EDED; }
span { border-color: rgb(165,237,237); }
td.TdClassName
{
border-color: #A5EDED;
}
.TagClassName
{
border-color: #A5EDED;
}
</style>