Shades of Pale Turquoise #A5FFF7
Tints of Pale Turquoise #A5FFF7
RGB
CMYK
RGB Variations
Color information
#A5FFF7 (or 0xA5FFF7) is known color: Pale Turquoise. HEX triplet: A5, FF and F7. RGB value is (165,255,247). Sum of RGB (Red+Green+Blue) = 165+255+247=667 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.74% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFF7 is #5A0008. Grayscale: #E3E3E3. Windows color (decimal): -5898249 or 16252837. OLE color: 16252837.
HSL color Cylindrical-coordinate representation of color #A5FFF7: hue angle of 174.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 #A5FFF7 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 247 | - |
| CMYK | 0.35 | 0 | 0.03 | 0 |
| HSL | 174.67º | 1% | 0.82% | - |
| HSV(B) | 174.67º | 0.35% | 1% | - |
| XYZ | 68.07 | 86.23 | 101.05 | - |
| YUV | 227.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 247 | 0.35 | 0 | 0.03 | 0 | 174.67 | 1 | 0.82 |
| Hex | A5 | FF | F7 | 23 | 0 | 3 | 0 | AF | 64 | 52 |
| Octal | 245 | 377 | 367 | 43 | 0 | 3 | 0 | 257 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11110111 | 100011 | 0 | 11 | 0 | 10101111 | 1100100 | 1010010 |
Color Harmonies of #A5FFF7
Complementary color
Monochromatic Colors of #A5FFF7
Black with #A5FFF7
Text Example
Text Example
White with #A5FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFF7; }
p { color: rgb(165,255,247); }
H1.HeaderClassName
{
color: #A5FFF7;
}
.AnyTagClassName
{
color: #A5FFF7;
}
</style>
background-color css
<style>
a { background-color: #A5FFF7; }
a { background-color: rgb(165,255,247); }
div.DivClassName
{
background-color: #A5FFF7;
}
.BgClassName
{
background-color: #A5FFF7;
}
</style>
border-color css
<style>
span { border-color: #A5FFF7; }
span { border-color: rgb(165,255,247); }
td.TdClassName
{
border-color: #A5FFF7;
}
.TagClassName
{
border-color: #A5FFF7;
}
</style>