Shades of Pale Turquoise #B2F4EC
Tints of Pale Turquoise #B2F4EC
RGB
CMYK
RGB Variations
Color information
#B2F4EC (or 0xB2F4EC) is known color: Pale Turquoise. HEX triplet: B2, F4 and EC. RGB value is (178,244,236). Sum of RGB (Red+Green+Blue) = 178+244+236=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F4EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F4EC is #4D0B13. Grayscale: #DFDFDF. Windows color (decimal): -5049108 or 15529138. OLE color: 15529138.
HSL color Cylindrical-coordinate representation of color #B2F4EC: hue angle of 172.73º 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 #B2F4EC is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 244 | 236 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.04 |
| HSL | 172.73º | 0.75% | 0.83% | - |
| HSV(B) | 172.73º | 0.27% | 0.96% | - |
| XYZ | 65.85 | 80.22 | 91.37 | - |
| YUV | 223.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 244 | 236 | 0.27 | 0 | 0.03 | 0.04 | 172.73 | 0.75 | 0.83 |
| Hex | B2 | F4 | EC | 1B | 0 | 3 | 4 | AD | 4B | 53 |
| Octal | 262 | 364 | 354 | 33 | 0 | 3 | 4 | 255 | 113 | 123 |
| Binary | 10110010 | 11110100 | 11101100 | 11011 | 0 | 11 | 100 | 10101101 | 1001011 | 1010011 |
Color Harmonies of #B2F4EC
Complementary color
Monochromatic Colors of #B2F4EC
Black with #B2F4EC
Text Example
Text Example
White with #B2F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F4EC; }
p { color: rgb(178,244,236); }
H1.HeaderClassName
{
color: #B2F4EC;
}
.AnyTagClassName
{
color: #B2F4EC;
}
</style>
background-color css
<style>
a { background-color: #B2F4EC; }
a { background-color: rgb(178,244,236); }
div.DivClassName
{
background-color: #B2F4EC;
}
.BgClassName
{
background-color: #B2F4EC;
}
</style>
border-color css
<style>
span { border-color: #B2F4EC; }
span { border-color: rgb(178,244,236); }
td.TdClassName
{
border-color: #B2F4EC;
}
.TagClassName
{
border-color: #B2F4EC;
}
</style>