Shades of Pale Turquoise #B2EFFE
Tints of Pale Turquoise #B2EFFE
RGB
CMYK
RGB Variations
Color information
#B2EFFE (or 0xB2EFFE) is known color: Pale Turquoise. HEX triplet: B2, EF and FE. RGB value is (178,239,254). Sum of RGB (Red+Green+Blue) = 178+239+254=671 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.53% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFFE is #4D1001. Grayscale: #DEDEDE. Windows color (decimal): -5050370 or 16707506. OLE color: 16707506.
HSL color Cylindrical-coordinate representation of color #B2EFFE: hue angle of 191.84º 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 #B2EFFE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 239 | 254 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.00 |
| HSL | 191.84º | 0.97% | 0.85% | - |
| HSV(B) | 191.84º | 0.3% | 1% | - |
| XYZ | 67.12 | 78.35 | 105.35 | - |
| YUV | 222.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 254 | 0.30 | 0.06 | 0 | 0.00 | 191.84 | 0.97 | 0.85 |
| Hex | B2 | EF | FE | 1E | 6 | 0 | 0 | C0 | 61 | 55 |
| Octal | 262 | 357 | 376 | 36 | 6 | 0 | 0 | 300 | 141 | 125 |
| Binary | 10110010 | 11101111 | 11111110 | 11110 | 110 | 0 | 0 | 11000000 | 1100001 | 1010101 |
Color Harmonies of #B2EFFE
Complementary color
Monochromatic Colors of #B2EFFE
Black with #B2EFFE
Text Example
Text Example
White with #B2EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFFE; }
p { color: rgb(178,239,254); }
H1.HeaderClassName
{
color: #B2EFFE;
}
.AnyTagClassName
{
color: #B2EFFE;
}
</style>
background-color css
<style>
a { background-color: #B2EFFE; }
a { background-color: rgb(178,239,254); }
div.DivClassName
{
background-color: #B2EFFE;
}
.BgClassName
{
background-color: #B2EFFE;
}
</style>
border-color css
<style>
span { border-color: #B2EFFE; }
span { border-color: rgb(178,239,254); }
td.TdClassName
{
border-color: #B2EFFE;
}
.TagClassName
{
border-color: #B2EFFE;
}
</style>