Shades of Pale Turquoise #B2FFFE
Tints of Pale Turquoise #B2FFFE
RGB
CMYK
RGB Variations
Color information
#B2FFFE (or 0xB2FFFE) is known color: Pale Turquoise. HEX triplet: B2, FF and FE. RGB value is (178,255,254). Sum of RGB (Red+Green+Blue) = 178+255+254=687 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.91% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFFE is #4D0001. Grayscale: #E7E7E7. Windows color (decimal): -5046274 or 16711602. OLE color: 16711602.
HSL color Cylindrical-coordinate representation of color #B2FFFE: hue angle of 179.22º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFFE is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 254 | - |
| CMYK | 0.30 | 0 | 0.00 | 0 |
| HSL | 179.22º | 1% | 0.85% | - |
| HSV(B) | 179.22º | 0.3% | 1% | - |
| XYZ | 72.01 | 88.14 | 106.98 | - |
| YUV | 231.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 254 | 0.30 | 0 | 0.00 | 0 | 179.22 | 1 | 0.85 |
| Hex | B2 | FF | FE | 1E | 0 | 0 | 0 | B3 | 64 | 55 |
| Octal | 262 | 377 | 376 | 36 | 0 | 0 | 0 | 263 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11111110 | 11110 | 0 | 0 | 0 | 10110011 | 1100100 | 1010101 |
Color Harmonies of #B2FFFE
Complementary color
Monochromatic Colors of #B2FFFE
Black with #B2FFFE
Text Example
Text Example
White with #B2FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFFE; }
p { color: rgb(178,255,254); }
H1.HeaderClassName
{
color: #B2FFFE;
}
.AnyTagClassName
{
color: #B2FFFE;
}
</style>
background-color css
<style>
a { background-color: #B2FFFE; }
a { background-color: rgb(178,255,254); }
div.DivClassName
{
background-color: #B2FFFE;
}
.BgClassName
{
background-color: #B2FFFE;
}
</style>
border-color css
<style>
span { border-color: #B2FFFE; }
span { border-color: rgb(178,255,254); }
td.TdClassName
{
border-color: #B2FFFE;
}
.TagClassName
{
border-color: #B2FFFE;
}
</style>