Shades of Pale Turquoise #A4FBF1
Tints of Pale Turquoise #A4FBF1
RGB
CMYK
RGB Variations
Color information
#A4FBF1 (or 0xA4FBF1) is known color: Pale Turquoise. HEX triplet: A4, FB and F1. RGB value is (164,251,241). Sum of RGB (Red+Green+Blue) = 164+251+241=656 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FBF1 is #5B040E. Grayscale: #DFDFDF. Windows color (decimal): -5964815 or 15858596. OLE color: 15858596.
HSL color Cylindrical-coordinate representation of color #A4FBF1: hue angle of 173.1º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBF1 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 241 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.02 |
| HSL | 173.1º | 0.92% | 0.81% | - |
| HSV(B) | 173.1º | 0.35% | 0.98% | - |
| XYZ | 65.68 | 83.24 | 95.82 | - |
| YUV | 223.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 241 | 0.35 | 0 | 0.04 | 0.02 | 173.1 | 0.92 | 0.81 |
| Hex | A4 | FB | F1 | 23 | 0 | 4 | 2 | AD | 5C | 51 |
| Octal | 244 | 373 | 361 | 43 | 0 | 4 | 2 | 255 | 134 | 121 |
| Binary | 10100100 | 11111011 | 11110001 | 100011 | 0 | 100 | 10 | 10101101 | 1011100 | 1010001 |
Color Harmonies of #A4FBF1
Complementary color
Monochromatic Colors of #A4FBF1
Black with #A4FBF1
Text Example
Text Example
White with #A4FBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBF1; }
p { color: rgb(164,251,241); }
H1.HeaderClassName
{
color: #A4FBF1;
}
.AnyTagClassName
{
color: #A4FBF1;
}
</style>
background-color css
<style>
a { background-color: #A4FBF1; }
a { background-color: rgb(164,251,241); }
div.DivClassName
{
background-color: #A4FBF1;
}
.BgClassName
{
background-color: #A4FBF1;
}
</style>
border-color css
<style>
span { border-color: #A4FBF1; }
span { border-color: rgb(164,251,241); }
td.TdClassName
{
border-color: #A4FBF1;
}
.TagClassName
{
border-color: #A4FBF1;
}
</style>