Shades of Pale Turquoise #A5FAF6
Tints of Pale Turquoise #A5FAF6
RGB
CMYK
RGB Variations
Color information
#A5FAF6 (or 0xA5FAF6) is known color: Pale Turquoise. HEX triplet: A5, FA and F6. RGB value is (165,250,246). Sum of RGB (Red+Green+Blue) = 165+250+246=661 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.96% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAF6 is #5A0509. Grayscale: #E0E0E0. Windows color (decimal): -5899530 or 16186021. OLE color: 16186021.
HSL color Cylindrical-coordinate representation of color #A5FAF6: hue angle of 177.18º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FAF6 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 246 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.02 |
| HSL | 177.18º | 0.89% | 0.81% | - |
| HSV(B) | 177.18º | 0.34% | 0.98% | - |
| XYZ | 66.34 | 83.02 | 99.72 | - |
| YUV | 224.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 246 | 0.34 | 0 | 0.02 | 0.02 | 177.18 | 0.89 | 0.81 |
| Hex | A5 | FA | F6 | 22 | 0 | 2 | 2 | B1 | 59 | 51 |
| Octal | 245 | 372 | 366 | 42 | 0 | 2 | 2 | 261 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11110110 | 100010 | 0 | 10 | 10 | 10110001 | 1011001 | 1010001 |
Color Harmonies of #A5FAF6
Complementary color
Monochromatic Colors of #A5FAF6
Black with #A5FAF6
Text Example
Text Example
White with #A5FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FAF6; }
p { color: rgb(165,250,246); }
H1.HeaderClassName
{
color: #A5FAF6;
}
.AnyTagClassName
{
color: #A5FAF6;
}
</style>
background-color css
<style>
a { background-color: #A5FAF6; }
a { background-color: rgb(165,250,246); }
div.DivClassName
{
background-color: #A5FAF6;
}
.BgClassName
{
background-color: #A5FAF6;
}
</style>
border-color css
<style>
span { border-color: #A5FAF6; }
span { border-color: rgb(165,250,246); }
td.TdClassName
{
border-color: #A5FAF6;
}
.TagClassName
{
border-color: #A5FAF6;
}
</style>