Shades of Pale Turquoise #B2E7E4
Tints of Pale Turquoise #B2E7E4
RGB
CMYK
RGB Variations
Color information
#B2E7E4 (or 0xB2E7E4) is known color: Pale Turquoise. HEX triplet: B2, E7 and E4. RGB value is (178,231,228). Sum of RGB (Red+Green+Blue) = 178+231+228=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E7E4 is #4D181B. Grayscale: #D6D6D6. Windows color (decimal): -5052444 or 15001522. OLE color: 15001522.
HSL color Cylindrical-coordinate representation of color #B2E7E4: hue angle of 176.6º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E7E4 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 231 | 228 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.09 |
| HSL | 176.6º | 0.52% | 0.8% | - |
| HSV(B) | 176.6º | 0.23% | 0.91% | - |
| XYZ | 60.94 | 72.22 | 84.13 | - |
| YUV | 214.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 228 | 0.23 | 0 | 0.01 | 0.09 | 176.6 | 0.52 | 0.8 |
| Hex | B2 | E7 | E4 | 17 | 0 | 1 | 9 | B1 | 34 | 50 |
| Octal | 262 | 347 | 344 | 27 | 0 | 1 | 11 | 261 | 64 | 120 |
| Binary | 10110010 | 11100111 | 11100100 | 10111 | 0 | 1 | 1001 | 10110001 | 110100 | 1010000 |
Color Harmonies of #B2E7E4
Complementary color
Monochromatic Colors of #B2E7E4
Black with #B2E7E4
Text Example
Text Example
White with #B2E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E7E4; }
p { color: rgb(178,231,228); }
H1.HeaderClassName
{
color: #B2E7E4;
}
.AnyTagClassName
{
color: #B2E7E4;
}
</style>
background-color css
<style>
a { background-color: #B2E7E4; }
a { background-color: rgb(178,231,228); }
div.DivClassName
{
background-color: #B2E7E4;
}
.BgClassName
{
background-color: #B2E7E4;
}
</style>
border-color css
<style>
span { border-color: #B2E7E4; }
span { border-color: rgb(178,231,228); }
td.TdClassName
{
border-color: #B2E7E4;
}
.TagClassName
{
border-color: #B2E7E4;
}
</style>