Shades of Pale Turquoise #B2FFF6
Tints of Pale Turquoise #B2FFF6
RGB
CMYK
RGB Variations
Color information
#B2FFF6 (or 0xB2FFF6) is known color: Pale Turquoise. HEX triplet: B2, FF and F6. RGB value is (178,255,246). Sum of RGB (Red+Green+Blue) = 178+255+246=679 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.22% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFF6 is #4D0009. Grayscale: #E6E6E6. Windows color (decimal): -5046282 or 16187314. OLE color: 16187314.
HSL color Cylindrical-coordinate representation of color #B2FFF6: hue angle of 172.99º 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 #B2FFF6 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 246 | - |
| CMYK | 0.30 | 0 | 0.04 | 0 |
| HSL | 172.99º | 1% | 0.85% | - |
| HSV(B) | 172.99º | 0.3% | 1% | - |
| XYZ | 70.75 | 87.64 | 100.38 | - |
| YUV | 230.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 246 | 0.30 | 0 | 0.04 | 0 | 172.99 | 1 | 0.85 |
| Hex | B2 | FF | F6 | 1E | 0 | 4 | 0 | AD | 64 | 55 |
| Octal | 262 | 377 | 366 | 36 | 0 | 4 | 0 | 255 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11110110 | 11110 | 0 | 100 | 0 | 10101101 | 1100100 | 1010101 |
Color Harmonies of #B2FFF6
Complementary color
Monochromatic Colors of #B2FFF6
Black with #B2FFF6
Text Example
Text Example
White with #B2FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFF6; }
p { color: rgb(178,255,246); }
H1.HeaderClassName
{
color: #B2FFF6;
}
.AnyTagClassName
{
color: #B2FFF6;
}
</style>
background-color css
<style>
a { background-color: #B2FFF6; }
a { background-color: rgb(178,255,246); }
div.DivClassName
{
background-color: #B2FFF6;
}
.BgClassName
{
background-color: #B2FFF6;
}
</style>
border-color css
<style>
span { border-color: #B2FFF6; }
span { border-color: rgb(178,255,246); }
td.TdClassName
{
border-color: #B2FFF6;
}
.TagClassName
{
border-color: #B2FFF6;
}
</style>