Shades of Pale Turquoise #A5F7F6
Tints of Pale Turquoise #A5F7F6
RGB
CMYK
RGB Variations
Color information
#A5F7F6 (or 0xA5F7F6) is known color: Pale Turquoise. HEX triplet: A5, F7 and F6. RGB value is (165,247,246). Sum of RGB (Red+Green+Blue) = 165+247+246=658 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.08% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F7F6 is #5A0809. Grayscale: #DEDEDE. Windows color (decimal): -5900298 or 16185253. OLE color: 16185253.
HSL color Cylindrical-coordinate representation of color #A5F7F6: hue angle of 179.27º 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 #A5F7F6 is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 247 | 246 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.03 |
| HSL | 179.27º | 0.84% | 0.81% | - |
| HSV(B) | 179.27º | 0.33% | 0.97% | - |
| XYZ | 65.41 | 81.17 | 99.41 | - |
| YUV | 222.37 | 141.33 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 247 | 246 | 0.33 | 0 | 0.00 | 0.03 | 179.27 | 0.84 | 0.81 |
| Hex | A5 | F7 | F6 | 21 | 0 | 0 | 3 | B3 | 54 | 51 |
| Octal | 245 | 367 | 366 | 41 | 0 | 0 | 3 | 263 | 124 | 121 |
| Binary | 10100101 | 11110111 | 11110110 | 100001 | 0 | 0 | 11 | 10110011 | 1010100 | 1010001 |
Color Harmonies of #A5F7F6
Complementary color
Monochromatic Colors of #A5F7F6
Black with #A5F7F6
Text Example
Text Example
White with #A5F7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F7F6; }
p { color: rgb(165,247,246); }
H1.HeaderClassName
{
color: #A5F7F6;
}
.AnyTagClassName
{
color: #A5F7F6;
}
</style>
background-color css
<style>
a { background-color: #A5F7F6; }
a { background-color: rgb(165,247,246); }
div.DivClassName
{
background-color: #A5F7F6;
}
.BgClassName
{
background-color: #A5F7F6;
}
</style>
border-color css
<style>
span { border-color: #A5F7F6; }
span { border-color: rgb(165,247,246); }
td.TdClassName
{
border-color: #A5F7F6;
}
.TagClassName
{
border-color: #A5F7F6;
}
</style>