Shades of Pale Turquoise #B2FCFB
Tints of Pale Turquoise #B2FCFB
RGB
CMYK
RGB Variations
Color information
#B2FCFB (or 0xB2FCFB) is known color: Pale Turquoise. HEX triplet: B2, FC and FB. RGB value is (178,252,251). Sum of RGB (Red+Green+Blue) = 178+252+251=681 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.14% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCFB is #4D0304. Grayscale: #E5E5E5. Windows color (decimal): -5047045 or 16514226. OLE color: 16514226.
HSL color Cylindrical-coordinate representation of color #B2FCFB: hue angle of 179.19º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCFB is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 251 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.01 |
| HSL | 179.19º | 0.93% | 0.84% | - |
| HSV(B) | 179.19º | 0.29% | 0.99% | - |
| XYZ | 70.58 | 86.05 | 104.16 | - |
| YUV | 229.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 251 | 0.29 | 0 | 0.00 | 0.01 | 179.19 | 0.93 | 0.84 |
| Hex | B2 | FC | FB | 1D | 0 | 0 | 1 | B3 | 5C | 54 |
| Octal | 262 | 374 | 373 | 35 | 0 | 0 | 1 | 263 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11111011 | 11101 | 0 | 0 | 1 | 10110011 | 1011100 | 1010100 |
Color Harmonies of #B2FCFB
Complementary color
Monochromatic Colors of #B2FCFB
Black with #B2FCFB
Text Example
Text Example
White with #B2FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCFB; }
p { color: rgb(178,252,251); }
H1.HeaderClassName
{
color: #B2FCFB;
}
.AnyTagClassName
{
color: #B2FCFB;
}
</style>
background-color css
<style>
a { background-color: #B2FCFB; }
a { background-color: rgb(178,252,251); }
div.DivClassName
{
background-color: #B2FCFB;
}
.BgClassName
{
background-color: #B2FCFB;
}
</style>
border-color css
<style>
span { border-color: #B2FCFB; }
span { border-color: rgb(178,252,251); }
td.TdClassName
{
border-color: #B2FCFB;
}
.TagClassName
{
border-color: #B2FCFB;
}
</style>