Shades of Pale Turquoise #B4E9EA
Tints of Pale Turquoise #B4E9EA
RGB
CMYK
RGB Variations
Color information
#B4E9EA (or 0xB4E9EA) is known color: Pale Turquoise. HEX triplet: B4, E9 and EA. RGB value is (180,233,234). Sum of RGB (Red+Green+Blue) = 180+233+234=647 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.82% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4E9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E9EA is #4B1615. Grayscale: #D9D9D9. Windows color (decimal): -4920854 or 15395252. OLE color: 15395252.
HSL color Cylindrical-coordinate representation of color #B4E9EA: hue angle of 181.11º degrees, saturation: 0.56, 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 #B4E9EA is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 233 | 234 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.08 |
| HSL | 181.11º | 0.56% | 0.81% | - |
| HSV(B) | 181.11º | 0.23% | 0.92% | - |
| XYZ | 62.81 | 73.92 | 88.8 | - |
| YUV | 217.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 234 | 0.23 | 0.00 | 0 | 0.08 | 181.11 | 0.56 | 0.81 |
| Hex | B4 | E9 | EA | 17 | 0 | 0 | 8 | B5 | 38 | 51 |
| Octal | 264 | 351 | 352 | 27 | 0 | 0 | 10 | 265 | 70 | 121 |
| Binary | 10110100 | 11101001 | 11101010 | 10111 | 0 | 0 | 1000 | 10110101 | 111000 | 1010001 |
Color Harmonies of #B4E9EA
Complementary color
Monochromatic Colors of #B4E9EA
Black with #B4E9EA
Text Example
Text Example
White with #B4E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9EA; }
p { color: rgb(180,233,234); }
H1.HeaderClassName
{
color: #B4E9EA;
}
.AnyTagClassName
{
color: #B4E9EA;
}
</style>
background-color css
<style>
a { background-color: #B4E9EA; }
a { background-color: rgb(180,233,234); }
div.DivClassName
{
background-color: #B4E9EA;
}
.BgClassName
{
background-color: #B4E9EA;
}
</style>
border-color css
<style>
span { border-color: #B4E9EA; }
span { border-color: rgb(180,233,234); }
td.TdClassName
{
border-color: #B4E9EA;
}
.TagClassName
{
border-color: #B4E9EA;
}
</style>