Shades of Pale Turquoise #B3F7F0
Tints of Pale Turquoise #B3F7F0
RGB
CMYK
RGB Variations
Color information
#B3F7F0 (or 0xB3F7F0) is known color: Pale Turquoise. HEX triplet: B3, F7 and F0. RGB value is (179,247,240). Sum of RGB (Red+Green+Blue) = 179+247+240=666 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.88% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F7F0 is #4C080F. Grayscale: #E1E1E1. Windows color (decimal): -4982800 or 15792051. OLE color: 15792051.
HSL color Cylindrical-coordinate representation of color #B3F7F0: hue angle of 173.82º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F7F0 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 247 | 240 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.03 |
| HSL | 173.82º | 0.81% | 0.84% | - |
| HSV(B) | 173.82º | 0.28% | 0.97% | - |
| XYZ | 67.58 | 82.4 | 94.78 | - |
| YUV | 225.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 247 | 240 | 0.28 | 0 | 0.03 | 0.03 | 173.82 | 0.81 | 0.84 |
| Hex | B3 | F7 | F0 | 1C | 0 | 3 | 3 | AE | 51 | 54 |
| Octal | 263 | 367 | 360 | 34 | 0 | 3 | 3 | 256 | 121 | 124 |
| Binary | 10110011 | 11110111 | 11110000 | 11100 | 0 | 11 | 11 | 10101110 | 1010001 | 1010100 |
Color Harmonies of #B3F7F0
Complementary color
Monochromatic Colors of #B3F7F0
Black with #B3F7F0
Text Example
Text Example
White with #B3F7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F7F0; }
p { color: rgb(179,247,240); }
H1.HeaderClassName
{
color: #B3F7F0;
}
.AnyTagClassName
{
color: #B3F7F0;
}
</style>
background-color css
<style>
a { background-color: #B3F7F0; }
a { background-color: rgb(179,247,240); }
div.DivClassName
{
background-color: #B3F7F0;
}
.BgClassName
{
background-color: #B3F7F0;
}
</style>
border-color css
<style>
span { border-color: #B3F7F0; }
span { border-color: rgb(179,247,240); }
td.TdClassName
{
border-color: #B3F7F0;
}
.TagClassName
{
border-color: #B3F7F0;
}
</style>