Shades of Pale Turquoise #B2FEF7
Tints of Pale Turquoise #B2FEF7
RGB
CMYK
RGB Variations
Color information
#B2FEF7 (or 0xB2FEF7) is known color: Pale Turquoise. HEX triplet: B2, FE and F7. RGB value is (178,254,247). Sum of RGB (Red+Green+Blue) = 178+254+247=679 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.22% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEF7 is #4D0108. Grayscale: #E6E6E6. Windows color (decimal): -5046537 or 16252594. OLE color: 16252594.
HSL color Cylindrical-coordinate representation of color #B2FEF7: hue angle of 174.47º 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 #B2FEF7 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 247 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.00 |
| HSL | 174.47º | 0.97% | 0.85% | - |
| HSV(B) | 174.47º | 0.3% | 1% | - |
| XYZ | 70.59 | 87.06 | 101.08 | - |
| YUV | 230.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 247 | 0.30 | 0 | 0.03 | 0.00 | 174.47 | 0.97 | 0.85 |
| Hex | B2 | FE | F7 | 1E | 0 | 3 | 0 | AE | 61 | 55 |
| Octal | 262 | 376 | 367 | 36 | 0 | 3 | 0 | 256 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11110111 | 11110 | 0 | 11 | 0 | 10101110 | 1100001 | 1010101 |
Color Harmonies of #B2FEF7
Complementary color
Monochromatic Colors of #B2FEF7
Black with #B2FEF7
Text Example
Text Example
White with #B2FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEF7; }
p { color: rgb(178,254,247); }
H1.HeaderClassName
{
color: #B2FEF7;
}
.AnyTagClassName
{
color: #B2FEF7;
}
</style>
background-color css
<style>
a { background-color: #B2FEF7; }
a { background-color: rgb(178,254,247); }
div.DivClassName
{
background-color: #B2FEF7;
}
.BgClassName
{
background-color: #B2FEF7;
}
</style>
border-color css
<style>
span { border-color: #B2FEF7; }
span { border-color: rgb(178,254,247); }
td.TdClassName
{
border-color: #B2FEF7;
}
.TagClassName
{
border-color: #B2FEF7;
}
</style>