Shades of Pale Turquoise #B4EBEA
Tints of Pale Turquoise #B4EBEA
RGB
CMYK
RGB Variations
Color information
#B4EBEA (or 0xB4EBEA) is known color: Pale Turquoise. HEX triplet: B4, EB and EA. RGB value is (180,235,234). Sum of RGB (Red+Green+Blue) = 180+235+234=649 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.73% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EBEA is #4B1415. Grayscale: #DADADA. Windows color (decimal): -4920342 or 15395764. OLE color: 15395764.
HSL color Cylindrical-coordinate representation of color #B4EBEA: hue angle of 178.91º 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 #B4EBEA is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 235 | 234 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.08 |
| HSL | 178.91º | 0.58% | 0.81% | - |
| HSV(B) | 178.91º | 0.23% | 0.92% | - |
| XYZ | 63.38 | 75.06 | 88.99 | - |
| YUV | 218.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 235 | 234 | 0.23 | 0 | 0.00 | 0.08 | 178.91 | 0.58 | 0.81 |
| Hex | B4 | EB | EA | 17 | 0 | 0 | 8 | B3 | 3A | 51 |
| Octal | 264 | 353 | 352 | 27 | 0 | 0 | 10 | 263 | 72 | 121 |
| Binary | 10110100 | 11101011 | 11101010 | 10111 | 0 | 0 | 1000 | 10110011 | 111010 | 1010001 |
Color Harmonies of #B4EBEA
Complementary color
Monochromatic Colors of #B4EBEA
Black with #B4EBEA
Text Example
Text Example
White with #B4EBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EBEA; }
p { color: rgb(180,235,234); }
H1.HeaderClassName
{
color: #B4EBEA;
}
.AnyTagClassName
{
color: #B4EBEA;
}
</style>
background-color css
<style>
a { background-color: #B4EBEA; }
a { background-color: rgb(180,235,234); }
div.DivClassName
{
background-color: #B4EBEA;
}
.BgClassName
{
background-color: #B4EBEA;
}
</style>
border-color css
<style>
span { border-color: #B4EBEA; }
span { border-color: rgb(180,235,234); }
td.TdClassName
{
border-color: #B4EBEA;
}
.TagClassName
{
border-color: #B4EBEA;
}
</style>