Shades of Pale Turquoise #B2FFF0
Tints of Pale Turquoise #B2FFF0
RGB
CMYK
RGB Variations
Color information
#B2FFF0 (or 0xB2FFF0) is known color: Pale Turquoise. HEX triplet: B2, FF and F0. RGB value is (178,255,240). Sum of RGB (Red+Green+Blue) = 178+255+240=673 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.45% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFF0 is #4D000F. Grayscale: #E6E6E6. Windows color (decimal): -5046288 or 15794098. OLE color: 15794098.
HSL color Cylindrical-coordinate representation of color #B2FFF0: hue angle of 168.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFF0 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 240 | - |
| CMYK | 0.30 | 0 | 0.06 | 0 |
| HSL | 168.31º | 1% | 0.85% | - |
| HSV(B) | 168.31º | 0.3% | 1% | - |
| XYZ | 69.85 | 87.28 | 95.6 | - |
| YUV | 230.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 240 | 0.30 | 0 | 0.06 | 0 | 168.31 | 1 | 0.85 |
| Hex | B2 | FF | F0 | 1E | 0 | 6 | 0 | A8 | 64 | 55 |
| Octal | 262 | 377 | 360 | 36 | 0 | 6 | 0 | 250 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11110000 | 11110 | 0 | 110 | 0 | 10101000 | 1100100 | 1010101 |
Color Harmonies of #B2FFF0
Complementary color
Monochromatic Colors of #B2FFF0
Black with #B2FFF0
Text Example
Text Example
White with #B2FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFF0; }
p { color: rgb(178,255,240); }
H1.HeaderClassName
{
color: #B2FFF0;
}
.AnyTagClassName
{
color: #B2FFF0;
}
</style>
background-color css
<style>
a { background-color: #B2FFF0; }
a { background-color: rgb(178,255,240); }
div.DivClassName
{
background-color: #B2FFF0;
}
.BgClassName
{
background-color: #B2FFF0;
}
</style>
border-color css
<style>
span { border-color: #B2FFF0; }
span { border-color: rgb(178,255,240); }
td.TdClassName
{
border-color: #B2FFF0;
}
.TagClassName
{
border-color: #B2FFF0;
}
</style>