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