Shades of Pale Turquoise #B1EEF1
Tints of Pale Turquoise #B1EEF1
RGB
CMYK
RGB Variations
Color information
#B1EEF1 (or 0xB1EEF1) is known color: Pale Turquoise. HEX triplet: B1, EE and F1. RGB value is (177,238,241). Sum of RGB (Red+Green+Blue) = 177+238+241=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1EEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEF1 is #4E110E. Grayscale: #DCDCDC. Windows color (decimal): -5116175 or 15855281. OLE color: 15855281.
HSL color Cylindrical-coordinate representation of color #B1EEF1: hue angle of 182.81º degrees, saturation: 0.7, 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 #B1EEF1 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 238 | 241 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.05 |
| HSL | 182.81º | 0.7% | 0.82% | - |
| HSV(B) | 182.81º | 0.27% | 0.95% | - |
| XYZ | 64.58 | 76.85 | 94.65 | - |
| YUV | 220.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 241 | 0.27 | 0.01 | 0 | 0.05 | 182.81 | 0.7 | 0.82 |
| Hex | B1 | EE | F1 | 1B | 1 | 0 | 5 | B7 | 46 | 52 |
| Octal | 261 | 356 | 361 | 33 | 1 | 0 | 5 | 267 | 106 | 122 |
| Binary | 10110001 | 11101110 | 11110001 | 11011 | 1 | 0 | 101 | 10110111 | 1000110 | 1010010 |
Color Harmonies of #B1EEF1
Complementary color
Monochromatic Colors of #B1EEF1
Black with #B1EEF1
Text Example
Text Example
White with #B1EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEF1; }
p { color: rgb(177,238,241); }
H1.HeaderClassName
{
color: #B1EEF1;
}
.AnyTagClassName
{
color: #B1EEF1;
}
</style>
background-color css
<style>
a { background-color: #B1EEF1; }
a { background-color: rgb(177,238,241); }
div.DivClassName
{
background-color: #B1EEF1;
}
.BgClassName
{
background-color: #B1EEF1;
}
</style>
border-color css
<style>
span { border-color: #B1EEF1; }
span { border-color: rgb(177,238,241); }
td.TdClassName
{
border-color: #B1EEF1;
}
.TagClassName
{
border-color: #B1EEF1;
}
</style>