Shades of Pale Turquoise #A5FCF1
Tints of Pale Turquoise #A5FCF1
RGB
CMYK
RGB Variations
Color information
#A5FCF1 (or 0xA5FCF1) is known color: Pale Turquoise. HEX triplet: A5, FC and F1. RGB value is (165,252,241). Sum of RGB (Red+Green+Blue) = 165+252+241=658 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.08% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FCF1 is #5A030E. Grayscale: #E0E0E0. Windows color (decimal): -5899023 or 15858853. OLE color: 15858853.
HSL color Cylindrical-coordinate representation of color #A5FCF1: hue angle of 172.41º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FCF1 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 252 | 241 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.01 |
| HSL | 172.41º | 0.94% | 0.82% | - |
| HSV(B) | 172.41º | 0.35% | 0.99% | - |
| XYZ | 66.2 | 83.97 | 95.94 | - |
| YUV | 224.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 252 | 241 | 0.35 | 0 | 0.04 | 0.01 | 172.41 | 0.94 | 0.82 |
| Hex | A5 | FC | F1 | 23 | 0 | 4 | 1 | AC | 5E | 52 |
| Octal | 245 | 374 | 361 | 43 | 0 | 4 | 1 | 254 | 136 | 122 |
| Binary | 10100101 | 11111100 | 11110001 | 100011 | 0 | 100 | 1 | 10101100 | 1011110 | 1010010 |
Color Harmonies of #A5FCF1
Complementary color
Monochromatic Colors of #A5FCF1
Black with #A5FCF1
Text Example
Text Example
White with #A5FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FCF1; }
p { color: rgb(165,252,241); }
H1.HeaderClassName
{
color: #A5FCF1;
}
.AnyTagClassName
{
color: #A5FCF1;
}
</style>
background-color css
<style>
a { background-color: #A5FCF1; }
a { background-color: rgb(165,252,241); }
div.DivClassName
{
background-color: #A5FCF1;
}
.BgClassName
{
background-color: #A5FCF1;
}
</style>
border-color css
<style>
span { border-color: #A5FCF1; }
span { border-color: rgb(165,252,241); }
td.TdClassName
{
border-color: #A5FCF1;
}
.TagClassName
{
border-color: #A5FCF1;
}
</style>