Shades of Pale Turquoise #B1EDF2
Tints of Pale Turquoise #B1EDF2
RGB
CMYK
RGB Variations
Color information
#B1EDF2 (or 0xB1EDF2) is known color: Pale Turquoise. HEX triplet: B1, ED and F2. RGB value is (177,237,242). Sum of RGB (Red+Green+Blue) = 177+237+242=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1EDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EDF2 is #4E120D. Grayscale: #DBDBDB. Windows color (decimal): -5116430 or 15920561. OLE color: 15920561.
HSL color Cylindrical-coordinate representation of color #B1EDF2: hue angle of 184.62º 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 #B1EDF2 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 237 | 242 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.05 |
| HSL | 184.62º | 0.71% | 0.82% | - |
| HSV(B) | 184.62º | 0.27% | 0.95% | - |
| XYZ | 64.44 | 76.33 | 95.34 | - |
| YUV | 219.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 242 | 0.27 | 0.02 | 0 | 0.05 | 184.62 | 0.71 | 0.82 |
| Hex | B1 | ED | F2 | 1B | 2 | 0 | 5 | B9 | 47 | 52 |
| Octal | 261 | 355 | 362 | 33 | 2 | 0 | 5 | 271 | 107 | 122 |
| Binary | 10110001 | 11101101 | 11110010 | 11011 | 10 | 0 | 101 | 10111001 | 1000111 | 1010010 |
Color Harmonies of #B1EDF2
Complementary color
Monochromatic Colors of #B1EDF2
Black with #B1EDF2
Text Example
Text Example
White with #B1EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EDF2; }
p { color: rgb(177,237,242); }
H1.HeaderClassName
{
color: #B1EDF2;
}
.AnyTagClassName
{
color: #B1EDF2;
}
</style>
background-color css
<style>
a { background-color: #B1EDF2; }
a { background-color: rgb(177,237,242); }
div.DivClassName
{
background-color: #B1EDF2;
}
.BgClassName
{
background-color: #B1EDF2;
}
</style>
border-color css
<style>
span { border-color: #B1EDF2; }
span { border-color: rgb(177,237,242); }
td.TdClassName
{
border-color: #B1EDF2;
}
.TagClassName
{
border-color: #B1EDF2;
}
</style>