Shades of Pale Turquoise #B2ECEB
Tints of Pale Turquoise #B2ECEB
RGB
CMYK
RGB Variations
Color information
#B2ECEB (or 0xB2ECEB) is known color: Pale Turquoise. HEX triplet: B2, EC and EB. RGB value is (178,236,235). Sum of RGB (Red+Green+Blue) = 178+236+235=649 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.43% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2ECEB is #4D1314. Grayscale: #DADADA. Windows color (decimal): -5051157 or 15461554. OLE color: 15461554.
HSL color Cylindrical-coordinate representation of color #B2ECEB: hue angle of 178.97º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ECEB is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 235 | - |
| CMYK | 0.25 | 0 | 0.00 | 0.07 |
| HSL | 178.97º | 0.6% | 0.81% | - |
| HSV(B) | 178.97º | 0.25% | 0.93% | - |
| XYZ | 63.35 | 75.45 | 89.82 | - |
| YUV | 218.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 235 | 0.25 | 0 | 0.00 | 0.07 | 178.97 | 0.6 | 0.81 |
| Hex | B2 | EC | EB | 19 | 0 | 0 | 7 | B3 | 3C | 51 |
| Octal | 262 | 354 | 353 | 31 | 0 | 0 | 7 | 263 | 74 | 121 |
| Binary | 10110010 | 11101100 | 11101011 | 11001 | 0 | 0 | 111 | 10110011 | 111100 | 1010001 |
Color Harmonies of #B2ECEB
Complementary color
Monochromatic Colors of #B2ECEB
Black with #B2ECEB
Text Example
Text Example
White with #B2ECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECEB; }
p { color: rgb(178,236,235); }
H1.HeaderClassName
{
color: #B2ECEB;
}
.AnyTagClassName
{
color: #B2ECEB;
}
</style>
background-color css
<style>
a { background-color: #B2ECEB; }
a { background-color: rgb(178,236,235); }
div.DivClassName
{
background-color: #B2ECEB;
}
.BgClassName
{
background-color: #B2ECEB;
}
</style>
border-color css
<style>
span { border-color: #B2ECEB; }
span { border-color: rgb(178,236,235); }
td.TdClassName
{
border-color: #B2ECEB;
}
.TagClassName
{
border-color: #B2ECEB;
}
</style>