Shades of Pale Turquoise #B4EAE5
Tints of Pale Turquoise #B4EAE5
RGB
CMYK
RGB Variations
Color information
#B4EAE5 (or 0xB4EAE5) is known color: Pale Turquoise. HEX triplet: B4, EA and E5. RGB value is (180,234,229). Sum of RGB (Red+Green+Blue) = 180+234+229=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAE5 is #4B151A. Grayscale: #D9D9D9. Windows color (decimal): -4920603 or 15067828. OLE color: 15067828.
HSL color Cylindrical-coordinate representation of color #B4EAE5: hue angle of 174.44º 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 #B4EAE5 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 229 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.08 |
| HSL | 174.44º | 0.56% | 0.81% | - |
| HSV(B) | 174.44º | 0.23% | 0.92% | - |
| XYZ | 62.39 | 74.21 | 85.16 | - |
| YUV | 217.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 229 | 0.23 | 0 | 0.02 | 0.08 | 174.44 | 0.56 | 0.81 |
| Hex | B4 | EA | E5 | 17 | 0 | 2 | 8 | AE | 38 | 51 |
| Octal | 264 | 352 | 345 | 27 | 0 | 2 | 10 | 256 | 70 | 121 |
| Binary | 10110100 | 11101010 | 11100101 | 10111 | 0 | 10 | 1000 | 10101110 | 111000 | 1010001 |
Color Harmonies of #B4EAE5
Complementary color
Monochromatic Colors of #B4EAE5
Black with #B4EAE5
Text Example
Text Example
White with #B4EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EAE5; }
p { color: rgb(180,234,229); }
H1.HeaderClassName
{
color: #B4EAE5;
}
.AnyTagClassName
{
color: #B4EAE5;
}
</style>
background-color css
<style>
a { background-color: #B4EAE5; }
a { background-color: rgb(180,234,229); }
div.DivClassName
{
background-color: #B4EAE5;
}
.BgClassName
{
background-color: #B4EAE5;
}
</style>
border-color css
<style>
span { border-color: #B4EAE5; }
span { border-color: rgb(180,234,229); }
td.TdClassName
{
border-color: #B4EAE5;
}
.TagClassName
{
border-color: #B4EAE5;
}
</style>