Shades of Pale Turquoise #B0FEF2
Tints of Pale Turquoise #B0FEF2
RGB
CMYK
RGB Variations
Color information
#B0FEF2 (or 0xB0FEF2) is known color: Pale Turquoise. HEX triplet: B0, FE and F2. RGB value is (176,254,242). Sum of RGB (Red+Green+Blue) = 176+254+242=672 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.19% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FEF2 is #4F010D. Grayscale: #E5E5E5. Windows color (decimal): -5177614 or 15924912. OLE color: 15924912.
HSL color Cylindrical-coordinate representation of color #B0FEF2: hue angle of 170.77º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEF2 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 242 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.00 |
| HSL | 170.77º | 0.98% | 0.84% | - |
| HSV(B) | 170.77º | 0.31% | 1% | - |
| XYZ | 69.37 | 86.52 | 97.05 | - |
| YUV | 229.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 242 | 0.31 | 0 | 0.05 | 0.00 | 170.77 | 0.98 | 0.84 |
| Hex | B0 | FE | F2 | 1F | 0 | 5 | 0 | AB | 62 | 54 |
| Octal | 260 | 376 | 362 | 37 | 0 | 5 | 0 | 253 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11110010 | 11111 | 0 | 101 | 0 | 10101011 | 1100010 | 1010100 |
Color Harmonies of #B0FEF2
Complementary color
Monochromatic Colors of #B0FEF2
Black with #B0FEF2
Text Example
Text Example
White with #B0FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEF2; }
p { color: rgb(176,254,242); }
H1.HeaderClassName
{
color: #B0FEF2;
}
.AnyTagClassName
{
color: #B0FEF2;
}
</style>
background-color css
<style>
a { background-color: #B0FEF2; }
a { background-color: rgb(176,254,242); }
div.DivClassName
{
background-color: #B0FEF2;
}
.BgClassName
{
background-color: #B0FEF2;
}
</style>
border-color css
<style>
span { border-color: #B0FEF2; }
span { border-color: rgb(176,254,242); }
td.TdClassName
{
border-color: #B0FEF2;
}
.TagClassName
{
border-color: #B0FEF2;
}
</style>