Shades of Pale Turquoise #B2EBEC
Tints of Pale Turquoise #B2EBEC
RGB
CMYK
RGB Variations
Color information
#B2EBEC (or 0xB2EBEC) is known color: Pale Turquoise. HEX triplet: B2, EB and EC. RGB value is (178,235,236). Sum of RGB (Red+Green+Blue) = 178+235+236=649 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.43% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2EBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBEC is #4D1413. Grayscale: #DADADA. Windows color (decimal): -5051412 or 15526834. OLE color: 15526834.
HSL color Cylindrical-coordinate representation of color #B2EBEC: hue angle of 181.03º 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 #B2EBEC is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 235 | 236 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.07 |
| HSL | 181.03º | 0.6% | 0.81% | - |
| HSV(B) | 181.03º | 0.25% | 0.93% | - |
| XYZ | 63.21 | 74.94 | 90.49 | - |
| YUV | 218.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 236 | 0.25 | 0.00 | 0 | 0.07 | 181.03 | 0.6 | 0.81 |
| Hex | B2 | EB | EC | 19 | 0 | 0 | 7 | B5 | 3C | 51 |
| Octal | 262 | 353 | 354 | 31 | 0 | 0 | 7 | 265 | 74 | 121 |
| Binary | 10110010 | 11101011 | 11101100 | 11001 | 0 | 0 | 111 | 10110101 | 111100 | 1010001 |
Color Harmonies of #B2EBEC
Complementary color
Monochromatic Colors of #B2EBEC
Black with #B2EBEC
Text Example
Text Example
White with #B2EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBEC; }
p { color: rgb(178,235,236); }
H1.HeaderClassName
{
color: #B2EBEC;
}
.AnyTagClassName
{
color: #B2EBEC;
}
</style>
background-color css
<style>
a { background-color: #B2EBEC; }
a { background-color: rgb(178,235,236); }
div.DivClassName
{
background-color: #B2EBEC;
}
.BgClassName
{
background-color: #B2EBEC;
}
</style>
border-color css
<style>
span { border-color: #B2EBEC; }
span { border-color: rgb(178,235,236); }
td.TdClassName
{
border-color: #B2EBEC;
}
.TagClassName
{
border-color: #B2EBEC;
}
</style>