Shades of Pale Turquoise #B4EEFB
Tints of Pale Turquoise #B4EEFB
RGB
CMYK
RGB Variations
Color information
#B4EEFB (or 0xB4EEFB) is known color: Pale Turquoise. HEX triplet: B4, EE and FB. RGB value is (180,238,251). Sum of RGB (Red+Green+Blue) = 180+238+251=669 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.91% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EEFB is #4B1104. Grayscale: #DEDEDE. Windows color (decimal): -4919557 or 16510644. OLE color: 16510644.
HSL color Cylindrical-coordinate representation of color #B4EEFB: hue angle of 190.99º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4EEFB is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 238 | 251 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.02 |
| HSL | 190.99º | 0.9% | 0.85% | - |
| HSV(B) | 190.99º | 0.28% | 0.98% | - |
| XYZ | 66.81 | 77.82 | 102.77 | - |
| YUV | 222.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 251 | 0.28 | 0.05 | 0 | 0.02 | 190.99 | 0.9 | 0.85 |
| Hex | B4 | EE | FB | 1C | 5 | 0 | 2 | BF | 5A | 55 |
| Octal | 264 | 356 | 373 | 34 | 5 | 0 | 2 | 277 | 132 | 125 |
| Binary | 10110100 | 11101110 | 11111011 | 11100 | 101 | 0 | 10 | 10111111 | 1011010 | 1010101 |
Color Harmonies of #B4EEFB
Complementary color
Monochromatic Colors of #B4EEFB
Black with #B4EEFB
Text Example
Text Example
White with #B4EEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EEFB; }
p { color: rgb(180,238,251); }
H1.HeaderClassName
{
color: #B4EEFB;
}
.AnyTagClassName
{
color: #B4EEFB;
}
</style>
background-color css
<style>
a { background-color: #B4EEFB; }
a { background-color: rgb(180,238,251); }
div.DivClassName
{
background-color: #B4EEFB;
}
.BgClassName
{
background-color: #B4EEFB;
}
</style>
border-color css
<style>
span { border-color: #B4EEFB; }
span { border-color: rgb(180,238,251); }
td.TdClassName
{
border-color: #B4EEFB;
}
.TagClassName
{
border-color: #B4EEFB;
}
</style>