Shades of Pale Turquoise #B3F0F7
Tints of Pale Turquoise #B3F0F7
RGB
CMYK
RGB Variations
Color information
#B3F0F7 (or 0xB3F0F7) is known color: Pale Turquoise. HEX triplet: B3, F0 and F7. RGB value is (179,240,247). Sum of RGB (Red+Green+Blue) = 179+240+247=666 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.88% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #B3F0F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F0F7 is #4C0F08. Grayscale: #DEDEDE. Windows color (decimal): -4984585 or 16249011. OLE color: 16249011.
HSL color Cylindrical-coordinate representation of color #B3F0F7: hue angle of 186.18º 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 #B3F0F7 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 240 | 247 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.03 |
| HSL | 186.18º | 0.81% | 0.84% | - |
| HSV(B) | 186.18º | 0.28% | 0.97% | - |
| XYZ | 66.54 | 78.62 | 99.66 | - |
| YUV | 222.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 247 | 0.28 | 0.03 | 0 | 0.03 | 186.18 | 0.81 | 0.84 |
| Hex | B3 | F0 | F7 | 1C | 3 | 0 | 3 | BA | 51 | 54 |
| Octal | 263 | 360 | 367 | 34 | 3 | 0 | 3 | 272 | 121 | 124 |
| Binary | 10110011 | 11110000 | 11110111 | 11100 | 11 | 0 | 11 | 10111010 | 1010001 | 1010100 |
Color Harmonies of #B3F0F7
Complementary color
Monochromatic Colors of #B3F0F7
Black with #B3F0F7
Text Example
Text Example
White with #B3F0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F0F7; }
p { color: rgb(179,240,247); }
H1.HeaderClassName
{
color: #B3F0F7;
}
.AnyTagClassName
{
color: #B3F0F7;
}
</style>
background-color css
<style>
a { background-color: #B3F0F7; }
a { background-color: rgb(179,240,247); }
div.DivClassName
{
background-color: #B3F0F7;
}
.BgClassName
{
background-color: #B3F0F7;
}
</style>
border-color css
<style>
span { border-color: #B3F0F7; }
span { border-color: rgb(179,240,247); }
td.TdClassName
{
border-color: #B3F0F7;
}
.TagClassName
{
border-color: #B3F0F7;
}
</style>