Shades of Pale Turquoise #B2EBE5
Tints of Pale Turquoise #B2EBE5
RGB
CMYK
RGB Variations
Color information
#B2EBE5 (or 0xB2EBE5) is known color: Pale Turquoise. HEX triplet: B2, EB and E5. RGB value is (178,235,229). Sum of RGB (Red+Green+Blue) = 178+235+229=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBE5 is #4D141A. Grayscale: #D9D9D9. Windows color (decimal): -5051419 or 15068082. OLE color: 15068082.
HSL color Cylindrical-coordinate representation of color #B2EBE5: hue angle of 173.68º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBE5 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 229 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.08 |
| HSL | 173.68º | 0.59% | 0.81% | - |
| HSV(B) | 173.68º | 0.24% | 0.92% | - |
| XYZ | 62.21 | 74.54 | 85.24 | - |
| YUV | 217.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 229 | 0.24 | 0 | 0.03 | 0.08 | 173.68 | 0.59 | 0.81 |
| Hex | B2 | EB | E5 | 18 | 0 | 3 | 8 | AE | 3B | 51 |
| Octal | 262 | 353 | 345 | 30 | 0 | 3 | 10 | 256 | 73 | 121 |
| Binary | 10110010 | 11101011 | 11100101 | 11000 | 0 | 11 | 1000 | 10101110 | 111011 | 1010001 |
Color Harmonies of #B2EBE5
Complementary color
Monochromatic Colors of #B2EBE5
Black with #B2EBE5
Text Example
Text Example
White with #B2EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBE5; }
p { color: rgb(178,235,229); }
H1.HeaderClassName
{
color: #B2EBE5;
}
.AnyTagClassName
{
color: #B2EBE5;
}
</style>
background-color css
<style>
a { background-color: #B2EBE5; }
a { background-color: rgb(178,235,229); }
div.DivClassName
{
background-color: #B2EBE5;
}
.BgClassName
{
background-color: #B2EBE5;
}
</style>
border-color css
<style>
span { border-color: #B2EBE5; }
span { border-color: rgb(178,235,229); }
td.TdClassName
{
border-color: #B2EBE5;
}
.TagClassName
{
border-color: #B2EBE5;
}
</style>