Shades of Pale Turquoise #B1EFE9
Tints of Pale Turquoise #B1EFE9
RGB
CMYK
RGB Variations
Color information
#B1EFE9 (or 0xB1EFE9) is known color: Pale Turquoise. HEX triplet: B1, EF and E9. RGB value is (177,239,233). Sum of RGB (Red+Green+Blue) = 177+239+233=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFE9 is #4E1016. Grayscale: #DBDBDB. Windows color (decimal): -5115927 or 15331249. OLE color: 15331249.
HSL color Cylindrical-coordinate representation of color #B1EFE9: hue angle of 174.19º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFE9 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 239 | 233 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.06 |
| HSL | 174.19º | 0.66% | 0.82% | - |
| HSV(B) | 174.19º | 0.26% | 0.94% | - |
| XYZ | 63.71 | 76.96 | 88.59 | - |
| YUV | 219.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 239 | 233 | 0.26 | 0 | 0.03 | 0.06 | 174.19 | 0.66 | 0.82 |
| Hex | B1 | EF | E9 | 1A | 0 | 3 | 6 | AE | 42 | 52 |
| Octal | 261 | 357 | 351 | 32 | 0 | 3 | 6 | 256 | 102 | 122 |
| Binary | 10110001 | 11101111 | 11101001 | 11010 | 0 | 11 | 110 | 10101110 | 1000010 | 1010010 |
Color Harmonies of #B1EFE9
Complementary color
Monochromatic Colors of #B1EFE9
Black with #B1EFE9
Text Example
Text Example
White with #B1EFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EFE9; }
p { color: rgb(177,239,233); }
H1.HeaderClassName
{
color: #B1EFE9;
}
.AnyTagClassName
{
color: #B1EFE9;
}
</style>
background-color css
<style>
a { background-color: #B1EFE9; }
a { background-color: rgb(177,239,233); }
div.DivClassName
{
background-color: #B1EFE9;
}
.BgClassName
{
background-color: #B1EFE9;
}
</style>
border-color css
<style>
span { border-color: #B1EFE9; }
span { border-color: rgb(177,239,233); }
td.TdClassName
{
border-color: #B1EFE9;
}
.TagClassName
{
border-color: #B1EFE9;
}
</style>