Shades of Pale Turquoise #B1F4EC
Tints of Pale Turquoise #B1F4EC
RGB
CMYK
RGB Variations
Color information
#B1F4EC (or 0xB1F4EC) is known color: Pale Turquoise. HEX triplet: B1, F4 and EC. RGB value is (177,244,236). Sum of RGB (Red+Green+Blue) = 177+244+236=657 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.94% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F4EC is #4E0B13. Grayscale: #DFDFDF. Windows color (decimal): -5114644 or 15529137. OLE color: 15529137.
HSL color Cylindrical-coordinate representation of color #B1F4EC: hue angle of 172.84º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F4EC is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 236 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.04 |
| HSL | 172.84º | 0.75% | 0.83% | - |
| HSV(B) | 172.84º | 0.27% | 0.96% | - |
| XYZ | 65.62 | 80.1 | 91.36 | - |
| YUV | 223.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 236 | 0.27 | 0 | 0.03 | 0.04 | 172.84 | 0.75 | 0.83 |
| Hex | B1 | F4 | EC | 1B | 0 | 3 | 4 | AD | 4B | 53 |
| Octal | 261 | 364 | 354 | 33 | 0 | 3 | 4 | 255 | 113 | 123 |
| Binary | 10110001 | 11110100 | 11101100 | 11011 | 0 | 11 | 100 | 10101101 | 1001011 | 1010011 |
Color Harmonies of #B1F4EC
Complementary color
Monochromatic Colors of #B1F4EC
Black with #B1F4EC
Text Example
Text Example
White with #B1F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F4EC; }
p { color: rgb(177,244,236); }
H1.HeaderClassName
{
color: #B1F4EC;
}
.AnyTagClassName
{
color: #B1F4EC;
}
</style>
background-color css
<style>
a { background-color: #B1F4EC; }
a { background-color: rgb(177,244,236); }
div.DivClassName
{
background-color: #B1F4EC;
}
.BgClassName
{
background-color: #B1F4EC;
}
</style>
border-color css
<style>
span { border-color: #B1F4EC; }
span { border-color: rgb(177,244,236); }
td.TdClassName
{
border-color: #B1F4EC;
}
.TagClassName
{
border-color: #B1F4EC;
}
</style>