Shades of Pale Turquoise #A5FFEE
Tints of Pale Turquoise #A5FFEE
RGB
CMYK
RGB Variations
Color information
#A5FFEE (or 0xA5FFEE) is known color: Pale Turquoise. HEX triplet: A5, FF and EE. RGB value is (165,255,238). Sum of RGB (Red+Green+Blue) = 165+255+238=658 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.08% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFEE is #5A0011. Grayscale: #E2E2E2. Windows color (decimal): -5898258 or 15663013. OLE color: 15663013.
HSL color Cylindrical-coordinate representation of color #A5FFEE: hue angle of 168.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 #A5FFEE is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 238 | - |
| CMYK | 0.35 | 0 | 0.07 | 0 |
| HSL | 168.67º | 1% | 0.82% | - |
| HSV(B) | 168.67º | 0.35% | 1% | - |
| XYZ | 66.71 | 85.69 | 93.91 | - |
| YUV | 226.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 238 | 0.35 | 0 | 0.07 | 0 | 168.67 | 1 | 0.82 |
| Hex | A5 | FF | EE | 23 | 0 | 7 | 0 | A9 | 64 | 52 |
| Octal | 245 | 377 | 356 | 43 | 0 | 7 | 0 | 251 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11101110 | 100011 | 0 | 111 | 0 | 10101001 | 1100100 | 1010010 |
Color Harmonies of #A5FFEE
Complementary color
Monochromatic Colors of #A5FFEE
Black with #A5FFEE
Text Example
Text Example
White with #A5FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFEE; }
p { color: rgb(165,255,238); }
H1.HeaderClassName
{
color: #A5FFEE;
}
.AnyTagClassName
{
color: #A5FFEE;
}
</style>
background-color css
<style>
a { background-color: #A5FFEE; }
a { background-color: rgb(165,255,238); }
div.DivClassName
{
background-color: #A5FFEE;
}
.BgClassName
{
background-color: #A5FFEE;
}
</style>
border-color css
<style>
span { border-color: #A5FFEE; }
span { border-color: rgb(165,255,238); }
td.TdClassName
{
border-color: #A5FFEE;
}
.TagClassName
{
border-color: #A5FFEE;
}
</style>