Shades of Pale Turquoise #B2FEEF
Tints of Pale Turquoise #B2FEEF
RGB
CMYK
RGB Variations
Color information
#B2FEEF (or 0xB2FEEF) is known color: Pale Turquoise. HEX triplet: B2, FE and EF. RGB value is (178,254,239). Sum of RGB (Red+Green+Blue) = 178+254+239=671 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.53% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEEF is #4D0110. Grayscale: #E5E5E5. Windows color (decimal): -5046545 or 15728306. OLE color: 15728306.
HSL color Cylindrical-coordinate representation of color #B2FEEF: hue angle of 168.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEEF is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 239 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.00 |
| HSL | 168.16º | 0.97% | 0.85% | - |
| HSV(B) | 168.16º | 0.3% | 1% | - |
| XYZ | 69.38 | 86.58 | 94.72 | - |
| YUV | 229.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 239 | 0.30 | 0 | 0.06 | 0.00 | 168.16 | 0.97 | 0.85 |
| Hex | B2 | FE | EF | 1E | 0 | 6 | 0 | A8 | 61 | 55 |
| Octal | 262 | 376 | 357 | 36 | 0 | 6 | 0 | 250 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11101111 | 11110 | 0 | 110 | 0 | 10101000 | 1100001 | 1010101 |
Color Harmonies of #B2FEEF
Complementary color
Monochromatic Colors of #B2FEEF
Black with #B2FEEF
Text Example
Text Example
White with #B2FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEEF; }
p { color: rgb(178,254,239); }
H1.HeaderClassName
{
color: #B2FEEF;
}
.AnyTagClassName
{
color: #B2FEEF;
}
</style>
background-color css
<style>
a { background-color: #B2FEEF; }
a { background-color: rgb(178,254,239); }
div.DivClassName
{
background-color: #B2FEEF;
}
.BgClassName
{
background-color: #B2FEEF;
}
</style>
border-color css
<style>
span { border-color: #B2FEEF; }
span { border-color: rgb(178,254,239); }
td.TdClassName
{
border-color: #B2FEEF;
}
.TagClassName
{
border-color: #B2FEEF;
}
</style>