Shades of Pale Turquoise #A4F6F2
Tints of Pale Turquoise #A4F6F2
RGB
CMYK
RGB Variations
Color information
#A4F6F2 (or 0xA4F6F2) is known color: Pale Turquoise. HEX triplet: A4, F6 and F2. RGB value is (164,246,242). Sum of RGB (Red+Green+Blue) = 164+246+242=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F6F2 is #5B090D. Grayscale: #DCDCDC. Windows color (decimal): -5966094 or 15922852. OLE color: 15922852.
HSL color Cylindrical-coordinate representation of color #A4F6F2: hue angle of 177.07º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F6F2 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 246 | 242 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.04 |
| HSL | 177.07º | 0.82% | 0.8% | - |
| HSV(B) | 177.07º | 0.33% | 0.96% | - |
| XYZ | 64.29 | 80.21 | 96.1 | - |
| YUV | 221.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 246 | 242 | 0.33 | 0 | 0.02 | 0.04 | 177.07 | 0.82 | 0.8 |
| Hex | A4 | F6 | F2 | 21 | 0 | 2 | 4 | B1 | 52 | 50 |
| Octal | 244 | 366 | 362 | 41 | 0 | 2 | 4 | 261 | 122 | 120 |
| Binary | 10100100 | 11110110 | 11110010 | 100001 | 0 | 10 | 100 | 10110001 | 1010010 | 1010000 |
Color Harmonies of #A4F6F2
Complementary color
Monochromatic Colors of #A4F6F2
Black with #A4F6F2
Text Example
Text Example
White with #A4F6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F6F2; }
p { color: rgb(164,246,242); }
H1.HeaderClassName
{
color: #A4F6F2;
}
.AnyTagClassName
{
color: #A4F6F2;
}
</style>
background-color css
<style>
a { background-color: #A4F6F2; }
a { background-color: rgb(164,246,242); }
div.DivClassName
{
background-color: #A4F6F2;
}
.BgClassName
{
background-color: #A4F6F2;
}
</style>
border-color css
<style>
span { border-color: #A4F6F2; }
span { border-color: rgb(164,246,242); }
td.TdClassName
{
border-color: #A4F6F2;
}
.TagClassName
{
border-color: #A4F6F2;
}
</style>