Shades of Pale Turquoise #B1FCEE
Tints of Pale Turquoise #B1FCEE
RGB
CMYK
RGB Variations
Color information
#B1FCEE (or 0xB1FCEE) is known color: Pale Turquoise. HEX triplet: B1, FC and EE. RGB value is (177,252,238). Sum of RGB (Red+Green+Blue) = 177+252+238=667 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.54% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FCEE is #4E0311. Grayscale: #E3E3E3. Windows color (decimal): -5112594 or 15662257. OLE color: 15662257.
HSL color Cylindrical-coordinate representation of color #B1FCEE: hue angle of 168.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCEE is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 238 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.01 |
| HSL | 168.8º | 0.93% | 0.84% | - |
| HSV(B) | 168.8º | 0.3% | 0.99% | - |
| XYZ | 68.37 | 85.14 | 93.72 | - |
| YUV | 227.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 238 | 0.30 | 0 | 0.06 | 0.01 | 168.8 | 0.93 | 0.84 |
| Hex | B1 | FC | EE | 1E | 0 | 6 | 1 | A9 | 5D | 54 |
| Octal | 261 | 374 | 356 | 36 | 0 | 6 | 1 | 251 | 135 | 124 |
| Binary | 10110001 | 11111100 | 11101110 | 11110 | 0 | 110 | 1 | 10101001 | 1011101 | 1010100 |
Color Harmonies of #B1FCEE
Complementary color
Monochromatic Colors of #B1FCEE
Black with #B1FCEE
Text Example
Text Example
White with #B1FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCEE; }
p { color: rgb(177,252,238); }
H1.HeaderClassName
{
color: #B1FCEE;
}
.AnyTagClassName
{
color: #B1FCEE;
}
</style>
background-color css
<style>
a { background-color: #B1FCEE; }
a { background-color: rgb(177,252,238); }
div.DivClassName
{
background-color: #B1FCEE;
}
.BgClassName
{
background-color: #B1FCEE;
}
</style>
border-color css
<style>
span { border-color: #B1FCEE; }
span { border-color: rgb(177,252,238); }
td.TdClassName
{
border-color: #B1FCEE;
}
.TagClassName
{
border-color: #B1FCEE;
}
</style>