Shades of Pale Turquoise #A5F7F4
Tints of Pale Turquoise #A5F7F4
RGB
CMYK
RGB Variations
Color information
#A5F7F4 (or 0xA5F7F4) is known color: Pale Turquoise. HEX triplet: A5, F7 and F4. RGB value is (165,247,244). Sum of RGB (Red+Green+Blue) = 165+247+244=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F7F4 is #5A080B. Grayscale: #DEDEDE. Windows color (decimal): -5900300 or 16054181. OLE color: 16054181.
HSL color Cylindrical-coordinate representation of color #A5F7F4: hue angle of 177.8º 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 #A5F7F4 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 247 | 244 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.03 |
| HSL | 177.8º | 0.84% | 0.81% | - |
| HSV(B) | 177.8º | 0.33% | 0.97% | - |
| XYZ | 65.11 | 81.05 | 97.8 | - |
| YUV | 222.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 247 | 244 | 0.33 | 0 | 0.01 | 0.03 | 177.8 | 0.84 | 0.81 |
| Hex | A5 | F7 | F4 | 21 | 0 | 1 | 3 | B2 | 54 | 51 |
| Octal | 245 | 367 | 364 | 41 | 0 | 1 | 3 | 262 | 124 | 121 |
| Binary | 10100101 | 11110111 | 11110100 | 100001 | 0 | 1 | 11 | 10110010 | 1010100 | 1010001 |
Color Harmonies of #A5F7F4
Complementary color
Monochromatic Colors of #A5F7F4
Black with #A5F7F4
Text Example
Text Example
White with #A5F7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F7F4; }
p { color: rgb(165,247,244); }
H1.HeaderClassName
{
color: #A5F7F4;
}
.AnyTagClassName
{
color: #A5F7F4;
}
</style>
background-color css
<style>
a { background-color: #A5F7F4; }
a { background-color: rgb(165,247,244); }
div.DivClassName
{
background-color: #A5F7F4;
}
.BgClassName
{
background-color: #A5F7F4;
}
</style>
border-color css
<style>
span { border-color: #A5F7F4; }
span { border-color: rgb(165,247,244); }
td.TdClassName
{
border-color: #A5F7F4;
}
.TagClassName
{
border-color: #A5F7F4;
}
</style>