Shades of Pale Turquoise #B1EDFF
Tints of Pale Turquoise #B1EDFF
RGB
CMYK
RGB Variations
Color information
#B1EDFF (or 0xB1EDFF) is known color: Pale Turquoise. HEX triplet: B1, ED and FF. RGB value is (177,237,255). Sum of RGB (Red+Green+Blue) = 177+237+255=669 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.46% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EDFF is #4E1200. Grayscale: #DCDCDC. Windows color (decimal): -5116417 or 16772529. OLE color: 16772529.
HSL color Cylindrical-coordinate representation of color #B1EDFF: hue angle of 193.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1EDFF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 237 | 255 | - |
| CMYK | 0.31 | 0.07 | 0 | 0 |
| HSL | 193.85º | 1% | 0.85% | - |
| HSV(B) | 193.85º | 0.31% | 1% | - |
| XYZ | 66.47 | 77.14 | 105.99 | - |
| YUV | 221.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 255 | 0.31 | 0.07 | 0 | 0 | 193.85 | 1 | 0.85 |
| Hex | B1 | ED | FF | 1F | 7 | 0 | 0 | C2 | 64 | 55 |
| Octal | 261 | 355 | 377 | 37 | 7 | 0 | 0 | 302 | 144 | 125 |
| Binary | 10110001 | 11101101 | 11111111 | 11111 | 111 | 0 | 0 | 11000010 | 1100100 | 1010101 |
Color Harmonies of #B1EDFF
Complementary color
Monochromatic Colors of #B1EDFF
Black with #B1EDFF
Text Example
Text Example
White with #B1EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EDFF; }
p { color: rgb(177,237,255); }
H1.HeaderClassName
{
color: #B1EDFF;
}
.AnyTagClassName
{
color: #B1EDFF;
}
</style>
background-color css
<style>
a { background-color: #B1EDFF; }
a { background-color: rgb(177,237,255); }
div.DivClassName
{
background-color: #B1EDFF;
}
.BgClassName
{
background-color: #B1EDFF;
}
</style>
border-color css
<style>
span { border-color: #B1EDFF; }
span { border-color: rgb(177,237,255); }
td.TdClassName
{
border-color: #B1EDFF;
}
.TagClassName
{
border-color: #B1EDFF;
}
</style>