Shades of Pale Turquoise #B2F6EC
Tints of Pale Turquoise #B2F6EC
RGB
CMYK
RGB Variations
Color information
#B2F6EC (or 0xB2F6EC) is known color: Pale Turquoise. HEX triplet: B2, F6 and EC. RGB value is (178,246,236). Sum of RGB (Red+Green+Blue) = 178+246+236=660 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.97% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F6EC is #4D0913. Grayscale: #E0E0E0. Windows color (decimal): -5048596 or 15529650. OLE color: 15529650.
HSL color Cylindrical-coordinate representation of color #B2F6EC: hue angle of 171.18º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F6EC is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 236 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.04 |
| HSL | 171.18º | 0.79% | 0.83% | - |
| HSV(B) | 171.18º | 0.28% | 0.96% | - |
| XYZ | 66.46 | 81.43 | 91.57 | - |
| YUV | 224.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 236 | 0.28 | 0 | 0.04 | 0.04 | 171.18 | 0.79 | 0.83 |
| Hex | B2 | F6 | EC | 1C | 0 | 4 | 4 | AB | 4F | 53 |
| Octal | 262 | 366 | 354 | 34 | 0 | 4 | 4 | 253 | 117 | 123 |
| Binary | 10110010 | 11110110 | 11101100 | 11100 | 0 | 100 | 100 | 10101011 | 1001111 | 1010011 |
Color Harmonies of #B2F6EC
Complementary color
Monochromatic Colors of #B2F6EC
Black with #B2F6EC
Text Example
Text Example
White with #B2F6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F6EC; }
p { color: rgb(178,246,236); }
H1.HeaderClassName
{
color: #B2F6EC;
}
.AnyTagClassName
{
color: #B2F6EC;
}
</style>
background-color css
<style>
a { background-color: #B2F6EC; }
a { background-color: rgb(178,246,236); }
div.DivClassName
{
background-color: #B2F6EC;
}
.BgClassName
{
background-color: #B2F6EC;
}
</style>
border-color css
<style>
span { border-color: #B2F6EC; }
span { border-color: rgb(178,246,236); }
td.TdClassName
{
border-color: #B2F6EC;
}
.TagClassName
{
border-color: #B2F6EC;
}
</style>