Shades of Pale Turquoise #B1FBEE
Tints of Pale Turquoise #B1FBEE
RGB
CMYK
RGB Variations
Color information
#B1FBEE (or 0xB1FBEE) is known color: Pale Turquoise. HEX triplet: B1, FB and EE. RGB value is (177,251,238). Sum of RGB (Red+Green+Blue) = 177+251+238=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBEE is #4E0411. Grayscale: #E3E3E3. Windows color (decimal): -5112850 or 15662001. OLE color: 15662001.
HSL color Cylindrical-coordinate representation of color #B1FBEE: hue angle of 169.46º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBEE is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 238 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.02 |
| HSL | 169.46º | 0.9% | 0.84% | - |
| HSV(B) | 169.46º | 0.29% | 0.98% | - |
| XYZ | 68.06 | 84.51 | 93.61 | - |
| YUV | 227.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 238 | 0.29 | 0 | 0.05 | 0.02 | 169.46 | 0.9 | 0.84 |
| Hex | B1 | FB | EE | 1D | 0 | 5 | 2 | A9 | 5A | 54 |
| Octal | 261 | 373 | 356 | 35 | 0 | 5 | 2 | 251 | 132 | 124 |
| Binary | 10110001 | 11111011 | 11101110 | 11101 | 0 | 101 | 10 | 10101001 | 1011010 | 1010100 |
Color Harmonies of #B1FBEE
Complementary color
Monochromatic Colors of #B1FBEE
Black with #B1FBEE
Text Example
Text Example
White with #B1FBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FBEE; }
p { color: rgb(177,251,238); }
H1.HeaderClassName
{
color: #B1FBEE;
}
.AnyTagClassName
{
color: #B1FBEE;
}
</style>
background-color css
<style>
a { background-color: #B1FBEE; }
a { background-color: rgb(177,251,238); }
div.DivClassName
{
background-color: #B1FBEE;
}
.BgClassName
{
background-color: #B1FBEE;
}
</style>
border-color css
<style>
span { border-color: #B1FBEE; }
span { border-color: rgb(177,251,238); }
td.TdClassName
{
border-color: #B1FBEE;
}
.TagClassName
{
border-color: #B1FBEE;
}
</style>