Shades of Pale Turquoise #B2F8EC
Tints of Pale Turquoise #B2F8EC
RGB
CMYK
RGB Variations
Color information
#B2F8EC (or 0xB2F8EC) is known color: Pale Turquoise. HEX triplet: B2, F8 and EC. RGB value is (178,248,236). Sum of RGB (Red+Green+Blue) = 178+248+236=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F8EC is #4D0713. Grayscale: #E1E1E1. Windows color (decimal): -5048084 or 15530162. OLE color: 15530162.
HSL color Cylindrical-coordinate representation of color #B2F8EC: hue angle of 169.71º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8EC is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 236 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.03 |
| HSL | 169.71º | 0.83% | 0.84% | - |
| HSV(B) | 169.71º | 0.28% | 0.97% | - |
| XYZ | 67.07 | 82.66 | 91.78 | - |
| YUV | 225.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 236 | 0.28 | 0 | 0.05 | 0.03 | 169.71 | 0.83 | 0.84 |
| Hex | B2 | F8 | EC | 1C | 0 | 5 | 3 | AA | 53 | 54 |
| Octal | 262 | 370 | 354 | 34 | 0 | 5 | 3 | 252 | 123 | 124 |
| Binary | 10110010 | 11111000 | 11101100 | 11100 | 0 | 101 | 11 | 10101010 | 1010011 | 1010100 |
Color Harmonies of #B2F8EC
Complementary color
Monochromatic Colors of #B2F8EC
Black with #B2F8EC
Text Example
Text Example
White with #B2F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F8EC; }
p { color: rgb(178,248,236); }
H1.HeaderClassName
{
color: #B2F8EC;
}
.AnyTagClassName
{
color: #B2F8EC;
}
</style>
background-color css
<style>
a { background-color: #B2F8EC; }
a { background-color: rgb(178,248,236); }
div.DivClassName
{
background-color: #B2F8EC;
}
.BgClassName
{
background-color: #B2F8EC;
}
</style>
border-color css
<style>
span { border-color: #B2F8EC; }
span { border-color: rgb(178,248,236); }
td.TdClassName
{
border-color: #B2F8EC;
}
.TagClassName
{
border-color: #B2F8EC;
}
</style>