Shades of Pale Turquoise #A5EDF0
Tints of Pale Turquoise #A5EDF0
RGB
CMYK
RGB Variations
Color information
#A5EDF0 (or 0xA5EDF0) is known color: Pale Turquoise. HEX triplet: A5, ED and F0. RGB value is (165,237,240). Sum of RGB (Red+Green+Blue) = 165+237+240=642 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.70% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #A5EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDF0 is #5A120F. Grayscale: #D7D7D7. Windows color (decimal): -5902864 or 15789477. OLE color: 15789477.
HSL color Cylindrical-coordinate representation of color #A5EDF0: hue angle of 182.4º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EDF0 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 237 | 240 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.06 |
| HSL | 182.4º | 0.71% | 0.79% | - |
| HSV(B) | 182.4º | 0.31% | 0.94% | - |
| XYZ | 61.53 | 74.86 | 93.64 | - |
| YUV | 215.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 240 | 0.31 | 0.01 | 0 | 0.06 | 182.4 | 0.71 | 0.79 |
| Hex | A5 | ED | F0 | 1F | 1 | 0 | 6 | B6 | 47 | 4F |
| Octal | 245 | 355 | 360 | 37 | 1 | 0 | 6 | 266 | 107 | 117 |
| Binary | 10100101 | 11101101 | 11110000 | 11111 | 1 | 0 | 110 | 10110110 | 1000111 | 1001111 |
Color Harmonies of #A5EDF0
Complementary color
Monochromatic Colors of #A5EDF0
Black with #A5EDF0
Text Example
Text Example
White with #A5EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EDF0; }
p { color: rgb(165,237,240); }
H1.HeaderClassName
{
color: #A5EDF0;
}
.AnyTagClassName
{
color: #A5EDF0;
}
</style>
background-color css
<style>
a { background-color: #A5EDF0; }
a { background-color: rgb(165,237,240); }
div.DivClassName
{
background-color: #A5EDF0;
}
.BgClassName
{
background-color: #A5EDF0;
}
</style>
border-color css
<style>
span { border-color: #A5EDF0; }
span { border-color: rgb(165,237,240); }
td.TdClassName
{
border-color: #A5EDF0;
}
.TagClassName
{
border-color: #A5EDF0;
}
</style>