Shades of Pale Turquoise #B2FEF6
Tints of Pale Turquoise #B2FEF6
RGB
CMYK
RGB Variations
Color information
#B2FEF6 (or 0xB2FEF6) is known color: Pale Turquoise. HEX triplet: B2, FE and F6. RGB value is (178,254,246). Sum of RGB (Red+Green+Blue) = 178+254+246=678 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.25% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEF6 is #4D0109. Grayscale: #E6E6E6. Windows color (decimal): -5046538 or 16187058. OLE color: 16187058.
HSL color Cylindrical-coordinate representation of color #B2FEF6: hue angle of 173.68º 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 #B2FEF6 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 246 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.00 |
| HSL | 173.68º | 0.97% | 0.85% | - |
| HSV(B) | 173.68º | 0.3% | 1% | - |
| XYZ | 70.44 | 87 | 100.27 | - |
| YUV | 230.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 246 | 0.30 | 0 | 0.03 | 0.00 | 173.68 | 0.97 | 0.85 |
| Hex | B2 | FE | F6 | 1E | 0 | 3 | 0 | AE | 61 | 55 |
| Octal | 262 | 376 | 366 | 36 | 0 | 3 | 0 | 256 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11110110 | 11110 | 0 | 11 | 0 | 10101110 | 1100001 | 1010101 |
Color Harmonies of #B2FEF6
Complementary color
Monochromatic Colors of #B2FEF6
Black with #B2FEF6
Text Example
Text Example
White with #B2FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEF6; }
p { color: rgb(178,254,246); }
H1.HeaderClassName
{
color: #B2FEF6;
}
.AnyTagClassName
{
color: #B2FEF6;
}
</style>
background-color css
<style>
a { background-color: #B2FEF6; }
a { background-color: rgb(178,254,246); }
div.DivClassName
{
background-color: #B2FEF6;
}
.BgClassName
{
background-color: #B2FEF6;
}
</style>
border-color css
<style>
span { border-color: #B2FEF6; }
span { border-color: rgb(178,254,246); }
td.TdClassName
{
border-color: #B2FEF6;
}
.TagClassName
{
border-color: #B2FEF6;
}
</style>