Shades of Pale Turquoise #A5F8F1
Tints of Pale Turquoise #A5F8F1
RGB
CMYK
RGB Variations
Color information
#A5F8F1 (or 0xA5F8F1) is known color: Pale Turquoise. HEX triplet: A5, F8 and F1. RGB value is (165,248,241). Sum of RGB (Red+Green+Blue) = 165+248+241=654 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.23% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F8F1 is #5A070E. Grayscale: #DEDEDE. Windows color (decimal): -5900047 or 15857829. OLE color: 15857829.
HSL color Cylindrical-coordinate representation of color #A5F8F1: hue angle of 174.94º degrees, saturation: 0.86, 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 #A5F8F1 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 248 | 241 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.03 |
| HSL | 174.94º | 0.86% | 0.81% | - |
| HSV(B) | 174.94º | 0.33% | 0.97% | - |
| XYZ | 64.96 | 81.49 | 95.52 | - |
| YUV | 222.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 248 | 241 | 0.33 | 0 | 0.03 | 0.03 | 174.94 | 0.86 | 0.81 |
| Hex | A5 | F8 | F1 | 21 | 0 | 3 | 3 | AF | 56 | 51 |
| Octal | 245 | 370 | 361 | 41 | 0 | 3 | 3 | 257 | 126 | 121 |
| Binary | 10100101 | 11111000 | 11110001 | 100001 | 0 | 11 | 11 | 10101111 | 1010110 | 1010001 |
Color Harmonies of #A5F8F1
Complementary color
Monochromatic Colors of #A5F8F1
Black with #A5F8F1
Text Example
Text Example
White with #A5F8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F8F1; }
p { color: rgb(165,248,241); }
H1.HeaderClassName
{
color: #A5F8F1;
}
.AnyTagClassName
{
color: #A5F8F1;
}
</style>
background-color css
<style>
a { background-color: #A5F8F1; }
a { background-color: rgb(165,248,241); }
div.DivClassName
{
background-color: #A5F8F1;
}
.BgClassName
{
background-color: #A5F8F1;
}
</style>
border-color css
<style>
span { border-color: #A5F8F1; }
span { border-color: rgb(165,248,241); }
td.TdClassName
{
border-color: #A5F8F1;
}
.TagClassName
{
border-color: #A5F8F1;
}
</style>