Shades of Pale Turquoise #A5EFF7
Tints of Pale Turquoise #A5EFF7
RGB
CMYK
RGB Variations
Color information
#A5EFF7 (or 0xA5EFF7) is known color: Pale Turquoise. HEX triplet: A5, EF and F7. RGB value is (165,239,247). Sum of RGB (Red+Green+Blue) = 165+239+247=651 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.35% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #A5EFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EFF7 is #5A1008. Grayscale: #D9D9D9. Windows color (decimal): -5902345 or 16248741. OLE color: 16248741.
HSL color Cylindrical-coordinate representation of color #A5EFF7: hue angle of 185.85º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5EFF7 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 239 | 247 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.03 |
| HSL | 185.85º | 0.84% | 0.81% | - |
| HSV(B) | 185.85º | 0.33% | 0.97% | - |
| XYZ | 63.17 | 76.45 | 99.42 | - |
| YUV | 217.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 239 | 247 | 0.33 | 0.03 | 0 | 0.03 | 185.85 | 0.84 | 0.81 |
| Hex | A5 | EF | F7 | 21 | 3 | 0 | 3 | BA | 54 | 51 |
| Octal | 245 | 357 | 367 | 41 | 3 | 0 | 3 | 272 | 124 | 121 |
| Binary | 10100101 | 11101111 | 11110111 | 100001 | 11 | 0 | 11 | 10111010 | 1010100 | 1010001 |
Color Harmonies of #A5EFF7
Complementary color
Monochromatic Colors of #A5EFF7
Black with #A5EFF7
Text Example
Text Example
White with #A5EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EFF7; }
p { color: rgb(165,239,247); }
H1.HeaderClassName
{
color: #A5EFF7;
}
.AnyTagClassName
{
color: #A5EFF7;
}
</style>
background-color css
<style>
a { background-color: #A5EFF7; }
a { background-color: rgb(165,239,247); }
div.DivClassName
{
background-color: #A5EFF7;
}
.BgClassName
{
background-color: #A5EFF7;
}
</style>
border-color css
<style>
span { border-color: #A5EFF7; }
span { border-color: rgb(165,239,247); }
td.TdClassName
{
border-color: #A5EFF7;
}
.TagClassName
{
border-color: #A5EFF7;
}
</style>