Shades of Pale Turquoise #B2FEF8
Tints of Pale Turquoise #B2FEF8
RGB
CMYK
RGB Variations
Color information
#B2FEF8 (or 0xB2FEF8) is known color: Pale Turquoise. HEX triplet: B2, FE and F8. RGB value is (178,254,248). Sum of RGB (Red+Green+Blue) = 178+254+248=680 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.18% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEF8 is #4D0107. Grayscale: #E6E6E6. Windows color (decimal): -5046536 or 16318130. OLE color: 16318130.
HSL color Cylindrical-coordinate representation of color #B2FEF8: hue angle of 175.26º 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 #B2FEF8 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 248 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.00 |
| HSL | 175.26º | 0.97% | 0.85% | - |
| HSV(B) | 175.26º | 0.3% | 1% | - |
| XYZ | 70.75 | 87.13 | 101.9 | - |
| YUV | 230.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 248 | 0.30 | 0 | 0.02 | 0.00 | 175.26 | 0.97 | 0.85 |
| Hex | B2 | FE | F8 | 1E | 0 | 2 | 0 | AF | 61 | 55 |
| Octal | 262 | 376 | 370 | 36 | 0 | 2 | 0 | 257 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11111000 | 11110 | 0 | 10 | 0 | 10101111 | 1100001 | 1010101 |
Color Harmonies of #B2FEF8
Complementary color
Monochromatic Colors of #B2FEF8
Black with #B2FEF8
Text Example
Text Example
White with #B2FEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEF8; }
p { color: rgb(178,254,248); }
H1.HeaderClassName
{
color: #B2FEF8;
}
.AnyTagClassName
{
color: #B2FEF8;
}
</style>
background-color css
<style>
a { background-color: #B2FEF8; }
a { background-color: rgb(178,254,248); }
div.DivClassName
{
background-color: #B2FEF8;
}
.BgClassName
{
background-color: #B2FEF8;
}
</style>
border-color css
<style>
span { border-color: #B2FEF8; }
span { border-color: rgb(178,254,248); }
td.TdClassName
{
border-color: #B2FEF8;
}
.TagClassName
{
border-color: #B2FEF8;
}
</style>