Shades of Pale Turquoise #B2FCFE
Tints of Pale Turquoise #B2FCFE
RGB
CMYK
RGB Variations
Color information
#B2FCFE (or 0xB2FCFE) is known color: Pale Turquoise. HEX triplet: B2, FC and FE. RGB value is (178,252,254). Sum of RGB (Red+Green+Blue) = 178+252+254=684 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.02% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2FCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCFE is #4D0301. Grayscale: #E6E6E6. Windows color (decimal): -5047042 or 16710834. OLE color: 16710834.
HSL color Cylindrical-coordinate representation of color #B2FCFE: hue angle of 181.58º 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 #B2FCFE is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 252 | 254 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.00 |
| HSL | 181.58º | 0.97% | 0.85% | - |
| HSV(B) | 181.58º | 0.3% | 1% | - |
| XYZ | 71.06 | 86.24 | 106.67 | - |
| YUV | 230.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 254 | 0.30 | 0.01 | 0 | 0.00 | 181.58 | 0.97 | 0.85 |
| Hex | B2 | FC | FE | 1E | 1 | 0 | 0 | B6 | 61 | 55 |
| Octal | 262 | 374 | 376 | 36 | 1 | 0 | 0 | 266 | 141 | 125 |
| Binary | 10110010 | 11111100 | 11111110 | 11110 | 1 | 0 | 0 | 10110110 | 1100001 | 1010101 |
Color Harmonies of #B2FCFE
Complementary color
Monochromatic Colors of #B2FCFE
Black with #B2FCFE
Text Example
Text Example
White with #B2FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCFE; }
p { color: rgb(178,252,254); }
H1.HeaderClassName
{
color: #B2FCFE;
}
.AnyTagClassName
{
color: #B2FCFE;
}
</style>
background-color css
<style>
a { background-color: #B2FCFE; }
a { background-color: rgb(178,252,254); }
div.DivClassName
{
background-color: #B2FCFE;
}
.BgClassName
{
background-color: #B2FCFE;
}
</style>
border-color css
<style>
span { border-color: #B2FCFE; }
span { border-color: rgb(178,252,254); }
td.TdClassName
{
border-color: #B2FCFE;
}
.TagClassName
{
border-color: #B2FCFE;
}
</style>