Shades of Pale Turquoise #A5ECEF
Tints of Pale Turquoise #A5ECEF
RGB
CMYK
RGB Variations
Color information
#A5ECEF (or 0xA5ECEF) is known color: Pale Turquoise. HEX triplet: A5, EC and EF. RGB value is (165,236,239). Sum of RGB (Red+Green+Blue) = 165+236+239=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5ECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECEF is #5A1310. Grayscale: #D7D7D7. Windows color (decimal): -5903121 or 15723685. OLE color: 15723685.
HSL color Cylindrical-coordinate representation of color #A5ECEF: hue angle of 182.43º degrees, saturation: 0.7, 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 #A5ECEF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 236 | 239 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.06 |
| HSL | 182.43º | 0.7% | 0.79% | - |
| HSV(B) | 182.43º | 0.31% | 0.94% | - |
| XYZ | 61.09 | 74.22 | 92.77 | - |
| YUV | 215.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 239 | 0.31 | 0.01 | 0 | 0.06 | 182.43 | 0.7 | 0.79 |
| Hex | A5 | EC | EF | 1F | 1 | 0 | 6 | B6 | 46 | 4F |
| Octal | 245 | 354 | 357 | 37 | 1 | 0 | 6 | 266 | 106 | 117 |
| Binary | 10100101 | 11101100 | 11101111 | 11111 | 1 | 0 | 110 | 10110110 | 1000110 | 1001111 |
Color Harmonies of #A5ECEF
Complementary color
Monochromatic Colors of #A5ECEF
Black with #A5ECEF
Text Example
Text Example
White with #A5ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECEF; }
p { color: rgb(165,236,239); }
H1.HeaderClassName
{
color: #A5ECEF;
}
.AnyTagClassName
{
color: #A5ECEF;
}
</style>
background-color css
<style>
a { background-color: #A5ECEF; }
a { background-color: rgb(165,236,239); }
div.DivClassName
{
background-color: #A5ECEF;
}
.BgClassName
{
background-color: #A5ECEF;
}
</style>
border-color css
<style>
span { border-color: #A5ECEF; }
span { border-color: rgb(165,236,239); }
td.TdClassName
{
border-color: #A5ECEF;
}
.TagClassName
{
border-color: #A5ECEF;
}
</style>