Shades of Pale Turquoise #B2F1F0
Tints of Pale Turquoise #B2F1F0
RGB
CMYK
RGB Variations
Color information
#B2F1F0 (or 0xB2F1F0) is known color: Pale Turquoise. HEX triplet: B2, F1 and F0. RGB value is (178,241,240). Sum of RGB (Red+Green+Blue) = 178+241+240=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F1F0 is #4D0E0F. Grayscale: #DDDDDD. Windows color (decimal): -5049872 or 15790514. OLE color: 15790514.
HSL color Cylindrical-coordinate representation of color #B2F1F0: hue angle of 179.05º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F1F0 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 240 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.05 |
| HSL | 179.05º | 0.69% | 0.82% | - |
| HSV(B) | 179.05º | 0.26% | 0.95% | - |
| XYZ | 65.54 | 78.67 | 94.17 | - |
| YUV | 222.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 240 | 0.26 | 0 | 0.00 | 0.05 | 179.05 | 0.69 | 0.82 |
| Hex | B2 | F1 | F0 | 1A | 0 | 0 | 5 | B3 | 45 | 52 |
| Octal | 262 | 361 | 360 | 32 | 0 | 0 | 5 | 263 | 105 | 122 |
| Binary | 10110010 | 11110001 | 11110000 | 11010 | 0 | 0 | 101 | 10110011 | 1000101 | 1010010 |
Color Harmonies of #B2F1F0
Complementary color
Monochromatic Colors of #B2F1F0
Black with #B2F1F0
Text Example
Text Example
White with #B2F1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F1F0; }
p { color: rgb(178,241,240); }
H1.HeaderClassName
{
color: #B2F1F0;
}
.AnyTagClassName
{
color: #B2F1F0;
}
</style>
background-color css
<style>
a { background-color: #B2F1F0; }
a { background-color: rgb(178,241,240); }
div.DivClassName
{
background-color: #B2F1F0;
}
.BgClassName
{
background-color: #B2F1F0;
}
</style>
border-color css
<style>
span { border-color: #B2F1F0; }
span { border-color: rgb(178,241,240); }
td.TdClassName
{
border-color: #B2F1F0;
}
.TagClassName
{
border-color: #B2F1F0;
}
</style>