Shades of Pale Turquoise #B1EBF2
Tints of Pale Turquoise #B1EBF2
RGB
CMYK
RGB Variations
Color information
#B1EBF2 (or 0xB1EBF2) is known color: Pale Turquoise. HEX triplet: B1, EB and F2. RGB value is (177,235,242). Sum of RGB (Red+Green+Blue) = 177+235+242=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1EBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBF2 is #4E140D. Grayscale: #DADADA. Windows color (decimal): -5116942 or 15920049. OLE color: 15920049.
HSL color Cylindrical-coordinate representation of color #B1EBF2: hue angle of 186.46º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1EBF2 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 235 | 242 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.05 |
| HSL | 186.46º | 0.71% | 0.82% | - |
| HSV(B) | 186.46º | 0.27% | 0.95% | - |
| XYZ | 63.87 | 75.17 | 95.15 | - |
| YUV | 218.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 242 | 0.27 | 0.03 | 0 | 0.05 | 186.46 | 0.71 | 0.82 |
| Hex | B1 | EB | F2 | 1B | 3 | 0 | 5 | BA | 47 | 52 |
| Octal | 261 | 353 | 362 | 33 | 3 | 0 | 5 | 272 | 107 | 122 |
| Binary | 10110001 | 11101011 | 11110010 | 11011 | 11 | 0 | 101 | 10111010 | 1000111 | 1010010 |
Color Harmonies of #B1EBF2
Complementary color
Monochromatic Colors of #B1EBF2
Black with #B1EBF2
Text Example
Text Example
White with #B1EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBF2; }
p { color: rgb(177,235,242); }
H1.HeaderClassName
{
color: #B1EBF2;
}
.AnyTagClassName
{
color: #B1EBF2;
}
</style>
background-color css
<style>
a { background-color: #B1EBF2; }
a { background-color: rgb(177,235,242); }
div.DivClassName
{
background-color: #B1EBF2;
}
.BgClassName
{
background-color: #B1EBF2;
}
</style>
border-color css
<style>
span { border-color: #B1EBF2; }
span { border-color: rgb(177,235,242); }
td.TdClassName
{
border-color: #B1EBF2;
}
.TagClassName
{
border-color: #B1EBF2;
}
</style>