Shades of Pale Turquoise #B2F0FE
Tints of Pale Turquoise #B2F0FE
RGB
CMYK
RGB Variations
Color information
#B2F0FE (or 0xB2F0FE) is known color: Pale Turquoise. HEX triplet: B2, F0 and FE. RGB value is (178,240,254). Sum of RGB (Red+Green+Blue) = 178+240+254=672 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.49% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F0FE is #4D0F01. Grayscale: #DEDEDE. Windows color (decimal): -5050114 or 16707762. OLE color: 16707762.
HSL color Cylindrical-coordinate representation of color #B2F0FE: hue angle of 191.05º 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 #B2F0FE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 240 | 254 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.00 |
| HSL | 191.05º | 0.97% | 0.85% | - |
| HSV(B) | 191.05º | 0.3% | 1% | - |
| XYZ | 67.41 | 78.94 | 105.45 | - |
| YUV | 223.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 254 | 0.30 | 0.06 | 0 | 0.00 | 191.05 | 0.97 | 0.85 |
| Hex | B2 | F0 | FE | 1E | 6 | 0 | 0 | BF | 61 | 55 |
| Octal | 262 | 360 | 376 | 36 | 6 | 0 | 0 | 277 | 141 | 125 |
| Binary | 10110010 | 11110000 | 11111110 | 11110 | 110 | 0 | 0 | 10111111 | 1100001 | 1010101 |
Color Harmonies of #B2F0FE
Complementary color
Monochromatic Colors of #B2F0FE
Black with #B2F0FE
Text Example
Text Example
White with #B2F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F0FE; }
p { color: rgb(178,240,254); }
H1.HeaderClassName
{
color: #B2F0FE;
}
.AnyTagClassName
{
color: #B2F0FE;
}
</style>
background-color css
<style>
a { background-color: #B2F0FE; }
a { background-color: rgb(178,240,254); }
div.DivClassName
{
background-color: #B2F0FE;
}
.BgClassName
{
background-color: #B2F0FE;
}
</style>
border-color css
<style>
span { border-color: #B2F0FE; }
span { border-color: rgb(178,240,254); }
td.TdClassName
{
border-color: #B2F0FE;
}
.TagClassName
{
border-color: #B2F0FE;
}
</style>