Shades of Pale Turquoise #B3F0EC
Tints of Pale Turquoise #B3F0EC
RGB
CMYK
RGB Variations
Color information
#B3F0EC (or 0xB3F0EC) is known color: Pale Turquoise. HEX triplet: B3, F0 and EC. RGB value is (179,240,236). Sum of RGB (Red+Green+Blue) = 179+240+236=655 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.33% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F0EC is #4C0F13. Grayscale: #DDDDDD. Windows color (decimal): -4984596 or 15528115. OLE color: 15528115.
HSL color Cylindrical-coordinate representation of color #B3F0EC: hue angle of 176.07º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3F0EC is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 236 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.06 |
| HSL | 176.07º | 0.67% | 0.82% | - |
| HSV(B) | 176.07º | 0.25% | 0.94% | - |
| XYZ | 64.89 | 77.96 | 90.98 | - |
| YUV | 221.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 236 | 0.25 | 0 | 0.02 | 0.06 | 176.07 | 0.67 | 0.82 |
| Hex | B3 | F0 | EC | 19 | 0 | 2 | 6 | B0 | 43 | 52 |
| Octal | 263 | 360 | 354 | 31 | 0 | 2 | 6 | 260 | 103 | 122 |
| Binary | 10110011 | 11110000 | 11101100 | 11001 | 0 | 10 | 110 | 10110000 | 1000011 | 1010010 |
Color Harmonies of #B3F0EC
Complementary color
Monochromatic Colors of #B3F0EC
Black with #B3F0EC
Text Example
Text Example
White with #B3F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F0EC; }
p { color: rgb(179,240,236); }
H1.HeaderClassName
{
color: #B3F0EC;
}
.AnyTagClassName
{
color: #B3F0EC;
}
</style>
background-color css
<style>
a { background-color: #B3F0EC; }
a { background-color: rgb(179,240,236); }
div.DivClassName
{
background-color: #B3F0EC;
}
.BgClassName
{
background-color: #B3F0EC;
}
</style>
border-color css
<style>
span { border-color: #B3F0EC; }
span { border-color: rgb(179,240,236); }
td.TdClassName
{
border-color: #B3F0EC;
}
.TagClassName
{
border-color: #B3F0EC;
}
</style>