Shades of Pale Turquoise #A5FFEB
Tints of Pale Turquoise #A5FFEB
RGB
CMYK
RGB Variations
Color information
#A5FFEB (or 0xA5FFEB) is known color: Pale Turquoise. HEX triplet: A5, FF and EB. RGB value is (165,255,235). Sum of RGB (Red+Green+Blue) = 165+255+235=655 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.19% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFEB is #5A0014. Grayscale: #E1E1E1. Windows color (decimal): -5898261 or 15466405. OLE color: 15466405.
HSL color Cylindrical-coordinate representation of color #A5FFEB: hue angle of 166.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFEB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 235 | - |
| CMYK | 0.35 | 0 | 0.08 | 0 |
| HSL | 166.67º | 1% | 0.82% | - |
| HSV(B) | 166.67º | 0.35% | 1% | - |
| XYZ | 66.27 | 85.52 | 91.61 | - |
| YUV | 225.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 235 | 0.35 | 0 | 0.08 | 0 | 166.67 | 1 | 0.82 |
| Hex | A5 | FF | EB | 23 | 0 | 8 | 0 | A7 | 64 | 52 |
| Octal | 245 | 377 | 353 | 43 | 0 | 10 | 0 | 247 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11101011 | 100011 | 0 | 1000 | 0 | 10100111 | 1100100 | 1010010 |
Color Harmonies of #A5FFEB
Complementary color
Monochromatic Colors of #A5FFEB
Black with #A5FFEB
Text Example
Text Example
White with #A5FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFEB; }
p { color: rgb(165,255,235); }
H1.HeaderClassName
{
color: #A5FFEB;
}
.AnyTagClassName
{
color: #A5FFEB;
}
</style>
background-color css
<style>
a { background-color: #A5FFEB; }
a { background-color: rgb(165,255,235); }
div.DivClassName
{
background-color: #A5FFEB;
}
.BgClassName
{
background-color: #A5FFEB;
}
</style>
border-color css
<style>
span { border-color: #A5FFEB; }
span { border-color: rgb(165,255,235); }
td.TdClassName
{
border-color: #A5FFEB;
}
.TagClassName
{
border-color: #A5FFEB;
}
</style>