Shades of Pale Turquoise #B4EBE5
Tints of Pale Turquoise #B4EBE5
RGB
CMYK
RGB Variations
Color information
#B4EBE5 (or 0xB4EBE5) is known color: Pale Turquoise. HEX triplet: B4, EB and E5. RGB value is (180,235,229). Sum of RGB (Red+Green+Blue) = 180+235+229=644 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.95% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBE5 is #4B141A. Grayscale: #D9D9D9. Windows color (decimal): -4920347 or 15068084. OLE color: 15068084.
HSL color Cylindrical-coordinate representation of color #B4EBE5: hue angle of 173.45º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EBE5 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 235 | 229 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.08 |
| HSL | 173.45º | 0.58% | 0.81% | - |
| HSV(B) | 173.45º | 0.23% | 0.92% | - |
| XYZ | 62.67 | 74.78 | 85.26 | - |
| YUV | 217.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 235 | 229 | 0.23 | 0 | 0.03 | 0.08 | 173.45 | 0.58 | 0.81 |
| Hex | B4 | EB | E5 | 17 | 0 | 3 | 8 | AD | 3A | 51 |
| Octal | 264 | 353 | 345 | 27 | 0 | 3 | 10 | 255 | 72 | 121 |
| Binary | 10110100 | 11101011 | 11100101 | 10111 | 0 | 11 | 1000 | 10101101 | 111010 | 1010001 |
Color Harmonies of #B4EBE5
Complementary color
Monochromatic Colors of #B4EBE5
Black with #B4EBE5
Text Example
Text Example
White with #B4EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EBE5; }
p { color: rgb(180,235,229); }
H1.HeaderClassName
{
color: #B4EBE5;
}
.AnyTagClassName
{
color: #B4EBE5;
}
</style>
background-color css
<style>
a { background-color: #B4EBE5; }
a { background-color: rgb(180,235,229); }
div.DivClassName
{
background-color: #B4EBE5;
}
.BgClassName
{
background-color: #B4EBE5;
}
</style>
border-color css
<style>
span { border-color: #B4EBE5; }
span { border-color: rgb(180,235,229); }
td.TdClassName
{
border-color: #B4EBE5;
}
.TagClassName
{
border-color: #B4EBE5;
}
</style>