Shades of Pale Turquoise #B4EEEA
Tints of Pale Turquoise #B4EEEA
RGB
CMYK
RGB Variations
Color information
#B4EEEA (or 0xB4EEEA) is known color: Pale Turquoise. HEX triplet: B4, EE and EA. RGB value is (180,238,234). Sum of RGB (Red+Green+Blue) = 180+238+234=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EEEA is #4B1115. Grayscale: #DCDCDC. Windows color (decimal): -4919574 or 15396532. OLE color: 15396532.
HSL color Cylindrical-coordinate representation of color #B4EEEA: hue angle of 175.86º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EEEA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 238 | 234 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.07 |
| HSL | 175.86º | 0.63% | 0.82% | - |
| HSV(B) | 175.86º | 0.24% | 0.93% | - |
| XYZ | 64.25 | 76.79 | 89.28 | - |
| YUV | 220.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 234 | 0.24 | 0 | 0.02 | 0.07 | 175.86 | 0.63 | 0.82 |
| Hex | B4 | EE | EA | 18 | 0 | 2 | 7 | B0 | 3F | 52 |
| Octal | 264 | 356 | 352 | 30 | 0 | 2 | 7 | 260 | 77 | 122 |
| Binary | 10110100 | 11101110 | 11101010 | 11000 | 0 | 10 | 111 | 10110000 | 111111 | 1010010 |
Color Harmonies of #B4EEEA
Complementary color
Monochromatic Colors of #B4EEEA
Black with #B4EEEA
Text Example
Text Example
White with #B4EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EEEA; }
p { color: rgb(180,238,234); }
H1.HeaderClassName
{
color: #B4EEEA;
}
.AnyTagClassName
{
color: #B4EEEA;
}
</style>
background-color css
<style>
a { background-color: #B4EEEA; }
a { background-color: rgb(180,238,234); }
div.DivClassName
{
background-color: #B4EEEA;
}
.BgClassName
{
background-color: #B4EEEA;
}
</style>
border-color css
<style>
span { border-color: #B4EEEA; }
span { border-color: rgb(180,238,234); }
td.TdClassName
{
border-color: #B4EEEA;
}
.TagClassName
{
border-color: #B4EEEA;
}
</style>