Shades of Pale Turquoise #A4F7FB
Tints of Pale Turquoise #A4F7FB
RGB
CMYK
RGB Variations
Color information
#A4F7FB (or 0xA4F7FB) is known color: Pale Turquoise. HEX triplet: A4, F7 and FB. RGB value is (164,247,251). Sum of RGB (Red+Green+Blue) = 164+247+251=662 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.77% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4F7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F7FB is #5B0804. Grayscale: #DEDEDE. Windows color (decimal): -5965829 or 16512932. OLE color: 16512932.
HSL color Cylindrical-coordinate representation of color #A4F7FB: hue angle of 182.76º 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 #A4F7FB is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 247 | 251 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.02 |
| HSL | 182.76º | 0.92% | 0.81% | - |
| HSV(B) | 182.76º | 0.35% | 0.98% | - |
| XYZ | 65.98 | 81.38 | 103.5 | - |
| YUV | 222.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 247 | 251 | 0.35 | 0.02 | 0 | 0.02 | 182.76 | 0.92 | 0.81 |
| Hex | A4 | F7 | FB | 23 | 2 | 0 | 2 | B7 | 5C | 51 |
| Octal | 244 | 367 | 373 | 43 | 2 | 0 | 2 | 267 | 134 | 121 |
| Binary | 10100100 | 11110111 | 11111011 | 100011 | 10 | 0 | 10 | 10110111 | 1011100 | 1010001 |
Color Harmonies of #A4F7FB
Complementary color
Monochromatic Colors of #A4F7FB
Black with #A4F7FB
Text Example
Text Example
White with #A4F7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F7FB; }
p { color: rgb(164,247,251); }
H1.HeaderClassName
{
color: #A4F7FB;
}
.AnyTagClassName
{
color: #A4F7FB;
}
</style>
background-color css
<style>
a { background-color: #A4F7FB; }
a { background-color: rgb(164,247,251); }
div.DivClassName
{
background-color: #A4F7FB;
}
.BgClassName
{
background-color: #A4F7FB;
}
</style>
border-color css
<style>
span { border-color: #A4F7FB; }
span { border-color: rgb(164,247,251); }
td.TdClassName
{
border-color: #A4F7FB;
}
.TagClassName
{
border-color: #A4F7FB;
}
</style>