Shades of Pale Turquoise #B4E7E5
Tints of Pale Turquoise #B4E7E5
RGB
CMYK
RGB Variations
Color information
#B4E7E5 (or 0xB4E7E5) is known color: Pale Turquoise. HEX triplet: B4, E7 and E5. RGB value is (180,231,229). Sum of RGB (Red+Green+Blue) = 180+231+229=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7E5 is #4B181A. Grayscale: #D7D7D7. Windows color (decimal): -4921371 or 15067060. OLE color: 15067060.
HSL color Cylindrical-coordinate representation of color #B4E7E5: hue angle of 177.65º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7E5 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 231 | 229 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.09 |
| HSL | 177.65º | 0.52% | 0.81% | - |
| HSV(B) | 177.65º | 0.22% | 0.91% | - |
| XYZ | 61.54 | 72.51 | 84.88 | - |
| YUV | 215.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 231 | 229 | 0.22 | 0 | 0.01 | 0.09 | 177.65 | 0.52 | 0.81 |
| Hex | B4 | E7 | E5 | 16 | 0 | 1 | 9 | B2 | 34 | 51 |
| Octal | 264 | 347 | 345 | 26 | 0 | 1 | 11 | 262 | 64 | 121 |
| Binary | 10110100 | 11100111 | 11100101 | 10110 | 0 | 1 | 1001 | 10110010 | 110100 | 1010001 |
Color Harmonies of #B4E7E5
Complementary color
Monochromatic Colors of #B4E7E5
Black with #B4E7E5
Text Example
Text Example
White with #B4E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E7E5; }
p { color: rgb(180,231,229); }
H1.HeaderClassName
{
color: #B4E7E5;
}
.AnyTagClassName
{
color: #B4E7E5;
}
</style>
background-color css
<style>
a { background-color: #B4E7E5; }
a { background-color: rgb(180,231,229); }
div.DivClassName
{
background-color: #B4E7E5;
}
.BgClassName
{
background-color: #B4E7E5;
}
</style>
border-color css
<style>
span { border-color: #B4E7E5; }
span { border-color: rgb(180,231,229); }
td.TdClassName
{
border-color: #B4E7E5;
}
.TagClassName
{
border-color: #B4E7E5;
}
</style>