Shades of Pale Turquoise #A4FBF9
Tints of Pale Turquoise #A4FBF9
RGB
CMYK
RGB Variations
Color information
#A4FBF9 (or 0xA4FBF9) is known color: Pale Turquoise. HEX triplet: A4, FB and F9. RGB value is (164,251,249). Sum of RGB (Red+Green+Blue) = 164+251+249=664 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.70% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FBF9 is #5B0406. Grayscale: #E0E0E0. Windows color (decimal): -5964807 or 16382884. OLE color: 16382884.
HSL color Cylindrical-coordinate representation of color #A4FBF9: hue angle of 178.62º 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 #A4FBF9 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 249 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.02 |
| HSL | 178.62º | 0.92% | 0.81% | - |
| HSV(B) | 178.62º | 0.35% | 0.98% | - |
| XYZ | 66.91 | 83.73 | 102.26 | - |
| YUV | 224.76 | 141.68 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 249 | 0.35 | 0 | 0.01 | 0.02 | 178.62 | 0.92 | 0.81 |
| Hex | A4 | FB | F9 | 23 | 0 | 1 | 2 | B3 | 5C | 51 |
| Octal | 244 | 373 | 371 | 43 | 0 | 1 | 2 | 263 | 134 | 121 |
| Binary | 10100100 | 11111011 | 11111001 | 100011 | 0 | 1 | 10 | 10110011 | 1011100 | 1010001 |
Color Harmonies of #A4FBF9
Complementary color
Monochromatic Colors of #A4FBF9
Black with #A4FBF9
Text Example
Text Example
White with #A4FBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBF9; }
p { color: rgb(164,251,249); }
H1.HeaderClassName
{
color: #A4FBF9;
}
.AnyTagClassName
{
color: #A4FBF9;
}
</style>
background-color css
<style>
a { background-color: #A4FBF9; }
a { background-color: rgb(164,251,249); }
div.DivClassName
{
background-color: #A4FBF9;
}
.BgClassName
{
background-color: #A4FBF9;
}
</style>
border-color css
<style>
span { border-color: #A4FBF9; }
span { border-color: rgb(164,251,249); }
td.TdClassName
{
border-color: #A4FBF9;
}
.TagClassName
{
border-color: #A4FBF9;
}
</style>