Shades of Pale Turquoise #B2FEF0
Tints of Pale Turquoise #B2FEF0
RGB
CMYK
RGB Variations
Color information
#B2FEF0 (or 0xB2FEF0) is known color: Pale Turquoise. HEX triplet: B2, FE and F0. RGB value is (178,254,240). Sum of RGB (Red+Green+Blue) = 178+254+240=672 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.49% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEF0 is #4D010F. Grayscale: #E5E5E5. Windows color (decimal): -5046544 or 15793842. OLE color: 15793842.
HSL color Cylindrical-coordinate representation of color #B2FEF0: hue angle of 168.95º 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 #B2FEF0 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 240 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.00 |
| HSL | 168.95º | 0.97% | 0.85% | - |
| HSV(B) | 168.95º | 0.3% | 1% | - |
| XYZ | 69.53 | 86.64 | 95.5 | - |
| YUV | 229.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 240 | 0.30 | 0 | 0.06 | 0.00 | 168.95 | 0.97 | 0.85 |
| Hex | B2 | FE | F0 | 1E | 0 | 6 | 0 | A9 | 61 | 55 |
| Octal | 262 | 376 | 360 | 36 | 0 | 6 | 0 | 251 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11110000 | 11110 | 0 | 110 | 0 | 10101001 | 1100001 | 1010101 |
Color Harmonies of #B2FEF0
Complementary color
Monochromatic Colors of #B2FEF0
Black with #B2FEF0
Text Example
Text Example
White with #B2FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEF0; }
p { color: rgb(178,254,240); }
H1.HeaderClassName
{
color: #B2FEF0;
}
.AnyTagClassName
{
color: #B2FEF0;
}
</style>
background-color css
<style>
a { background-color: #B2FEF0; }
a { background-color: rgb(178,254,240); }
div.DivClassName
{
background-color: #B2FEF0;
}
.BgClassName
{
background-color: #B2FEF0;
}
</style>
border-color css
<style>
span { border-color: #B2FEF0; }
span { border-color: rgb(178,254,240); }
td.TdClassName
{
border-color: #B2FEF0;
}
.TagClassName
{
border-color: #B2FEF0;
}
</style>