Shades of Pale Turquoise #B2FEF3
Tints of Pale Turquoise #B2FEF3
RGB
CMYK
RGB Variations
Color information
#B2FEF3 (or 0xB2FEF3) is known color: Pale Turquoise. HEX triplet: B2, FE and F3. RGB value is (178,254,243). Sum of RGB (Red+Green+Blue) = 178+254+243=675 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.37% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEF3 is #4D010C. Grayscale: #E5E5E5. Windows color (decimal): -5046541 or 15990450. OLE color: 15990450.
HSL color Cylindrical-coordinate representation of color #B2FEF3: hue angle of 171.32º 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 #B2FEF3 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 243 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.00 |
| HSL | 171.32º | 0.97% | 0.85% | - |
| HSV(B) | 171.32º | 0.3% | 1% | - |
| XYZ | 69.98 | 86.82 | 97.86 | - |
| YUV | 230.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 243 | 0.30 | 0 | 0.04 | 0.00 | 171.32 | 0.97 | 0.85 |
| Hex | B2 | FE | F3 | 1E | 0 | 4 | 0 | AB | 61 | 55 |
| Octal | 262 | 376 | 363 | 36 | 0 | 4 | 0 | 253 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11110011 | 11110 | 0 | 100 | 0 | 10101011 | 1100001 | 1010101 |
Color Harmonies of #B2FEF3
Complementary color
Monochromatic Colors of #B2FEF3
Black with #B2FEF3
Text Example
Text Example
White with #B2FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEF3; }
p { color: rgb(178,254,243); }
H1.HeaderClassName
{
color: #B2FEF3;
}
.AnyTagClassName
{
color: #B2FEF3;
}
</style>
background-color css
<style>
a { background-color: #B2FEF3; }
a { background-color: rgb(178,254,243); }
div.DivClassName
{
background-color: #B2FEF3;
}
.BgClassName
{
background-color: #B2FEF3;
}
</style>
border-color css
<style>
span { border-color: #B2FEF3; }
span { border-color: rgb(178,254,243); }
td.TdClassName
{
border-color: #B2FEF3;
}
.TagClassName
{
border-color: #B2FEF3;
}
</style>