Shades of Pale Turquoise #B4F6EC
Tints of Pale Turquoise #B4F6EC
RGB
CMYK
RGB Variations
Color information
#B4F6EC (or 0xB4F6EC) is known color: Pale Turquoise. HEX triplet: B4, F6 and EC. RGB value is (180,246,236). Sum of RGB (Red+Green+Blue) = 180+246+236=662 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.19% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F6EC is #4B0913. Grayscale: #E1E1E1. Windows color (decimal): -4917524 or 15529652. OLE color: 15529652.
HSL color Cylindrical-coordinate representation of color #B4F6EC: hue angle of 170.91º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F6EC is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 246 | 236 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.04 |
| HSL | 170.91º | 0.79% | 0.84% | - |
| HSV(B) | 170.91º | 0.27% | 0.96% | - |
| XYZ | 66.92 | 81.67 | 91.59 | - |
| YUV | 225.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 246 | 236 | 0.27 | 0 | 0.04 | 0.04 | 170.91 | 0.79 | 0.84 |
| Hex | B4 | F6 | EC | 1B | 0 | 4 | 4 | AB | 4F | 54 |
| Octal | 264 | 366 | 354 | 33 | 0 | 4 | 4 | 253 | 117 | 124 |
| Binary | 10110100 | 11110110 | 11101100 | 11011 | 0 | 100 | 100 | 10101011 | 1001111 | 1010100 |
Color Harmonies of #B4F6EC
Complementary color
Monochromatic Colors of #B4F6EC
Black with #B4F6EC
Text Example
Text Example
White with #B4F6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F6EC; }
p { color: rgb(180,246,236); }
H1.HeaderClassName
{
color: #B4F6EC;
}
.AnyTagClassName
{
color: #B4F6EC;
}
</style>
background-color css
<style>
a { background-color: #B4F6EC; }
a { background-color: rgb(180,246,236); }
div.DivClassName
{
background-color: #B4F6EC;
}
.BgClassName
{
background-color: #B4F6EC;
}
</style>
border-color css
<style>
span { border-color: #B4F6EC; }
span { border-color: rgb(180,246,236); }
td.TdClassName
{
border-color: #B4F6EC;
}
.TagClassName
{
border-color: #B4F6EC;
}
</style>