Shades of Pale Turquoise #A5F5F6
Tints of Pale Turquoise #A5F5F6
RGB
CMYK
RGB Variations
Color information
#A5F5F6 (or 0xA5F5F6) is known color: Pale Turquoise. HEX triplet: A5, F5 and F6. RGB value is (165,245,246). Sum of RGB (Red+Green+Blue) = 165+245+246=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5F5F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F5F6 is #5A0A09. Grayscale: #DDDDDD. Windows color (decimal): -5900810 or 16184741. OLE color: 16184741.
HSL color Cylindrical-coordinate representation of color #A5F5F6: hue angle of 180.74º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F5F6 is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 245 | 246 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.04 |
| HSL | 180.74º | 0.82% | 0.81% | - |
| HSV(B) | 180.74º | 0.33% | 0.96% | - |
| XYZ | 64.8 | 79.96 | 99.21 | - |
| YUV | 221.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 245 | 246 | 0.33 | 0.00 | 0 | 0.04 | 180.74 | 0.82 | 0.81 |
| Hex | A5 | F5 | F6 | 21 | 0 | 0 | 4 | B5 | 52 | 51 |
| Octal | 245 | 365 | 366 | 41 | 0 | 0 | 4 | 265 | 122 | 121 |
| Binary | 10100101 | 11110101 | 11110110 | 100001 | 0 | 0 | 100 | 10110101 | 1010010 | 1010001 |
Color Harmonies of #A5F5F6
Complementary color
Monochromatic Colors of #A5F5F6
Black with #A5F5F6
Text Example
Text Example
White with #A5F5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F5F6; }
p { color: rgb(165,245,246); }
H1.HeaderClassName
{
color: #A5F5F6;
}
.AnyTagClassName
{
color: #A5F5F6;
}
</style>
background-color css
<style>
a { background-color: #A5F5F6; }
a { background-color: rgb(165,245,246); }
div.DivClassName
{
background-color: #A5F5F6;
}
.BgClassName
{
background-color: #A5F5F6;
}
</style>
border-color css
<style>
span { border-color: #A5F5F6; }
span { border-color: rgb(165,245,246); }
td.TdClassName
{
border-color: #A5F5F6;
}
.TagClassName
{
border-color: #A5F5F6;
}
</style>