Shades of Pale Turquoise #B2F4FE
Tints of Pale Turquoise #B2F4FE
RGB
CMYK
RGB Variations
Color information
#B2F4FE (or 0xB2F4FE) is known color: Pale Turquoise. HEX triplet: B2, F4 and FE. RGB value is (178,244,254). Sum of RGB (Red+Green+Blue) = 178+244+254=676 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.33% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F4FE is #4D0B01. Grayscale: #E1E1E1. Windows color (decimal): -5049090 or 16708786. OLE color: 16708786.
HSL color Cylindrical-coordinate representation of color #B2F4FE: hue angle of 187.89º 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 #B2F4FE is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 244 | 254 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.00 |
| HSL | 187.89º | 0.97% | 0.85% | - |
| HSV(B) | 187.89º | 0.3% | 1% | - |
| XYZ | 68.6 | 81.32 | 105.85 | - |
| YUV | 225.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 244 | 254 | 0.30 | 0.04 | 0 | 0.00 | 187.89 | 0.97 | 0.85 |
| Hex | B2 | F4 | FE | 1E | 4 | 0 | 0 | BC | 61 | 55 |
| Octal | 262 | 364 | 376 | 36 | 4 | 0 | 0 | 274 | 141 | 125 |
| Binary | 10110010 | 11110100 | 11111110 | 11110 | 100 | 0 | 0 | 10111100 | 1100001 | 1010101 |
Color Harmonies of #B2F4FE
Complementary color
Monochromatic Colors of #B2F4FE
Black with #B2F4FE
Text Example
Text Example
White with #B2F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F4FE; }
p { color: rgb(178,244,254); }
H1.HeaderClassName
{
color: #B2F4FE;
}
.AnyTagClassName
{
color: #B2F4FE;
}
</style>
background-color css
<style>
a { background-color: #B2F4FE; }
a { background-color: rgb(178,244,254); }
div.DivClassName
{
background-color: #B2F4FE;
}
.BgClassName
{
background-color: #B2F4FE;
}
</style>
border-color css
<style>
span { border-color: #B2F4FE; }
span { border-color: rgb(178,244,254); }
td.TdClassName
{
border-color: #B2F4FE;
}
.TagClassName
{
border-color: #B2F4FE;
}
</style>