Shades of Pale Turquoise #B1F1EA
Tints of Pale Turquoise #B1F1EA
RGB
CMYK
RGB Variations
Color information
#B1F1EA (or 0xB1F1EA) is known color: Pale Turquoise. HEX triplet: B1, F1 and EA. RGB value is (177,241,234). Sum of RGB (Red+Green+Blue) = 177+241+234=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F1EA is #4E0E15. Grayscale: #DDDDDD. Windows color (decimal): -5115414 or 15397297. OLE color: 15397297.
HSL color Cylindrical-coordinate representation of color #B1F1EA: hue angle of 173.44º 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 #B1F1EA is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 241 | 234 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.05 |
| HSL | 173.44º | 0.7% | 0.82% | - |
| HSV(B) | 173.44º | 0.27% | 0.95% | - |
| XYZ | 64.44 | 78.2 | 89.54 | - |
| YUV | 221.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 241 | 234 | 0.27 | 0 | 0.03 | 0.05 | 173.44 | 0.7 | 0.82 |
| Hex | B1 | F1 | EA | 1B | 0 | 3 | 5 | AD | 46 | 52 |
| Octal | 261 | 361 | 352 | 33 | 0 | 3 | 5 | 255 | 106 | 122 |
| Binary | 10110001 | 11110001 | 11101010 | 11011 | 0 | 11 | 101 | 10101101 | 1000110 | 1010010 |
Color Harmonies of #B1F1EA
Complementary color
Monochromatic Colors of #B1F1EA
Black with #B1F1EA
Text Example
Text Example
White with #B1F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F1EA; }
p { color: rgb(177,241,234); }
H1.HeaderClassName
{
color: #B1F1EA;
}
.AnyTagClassName
{
color: #B1F1EA;
}
</style>
background-color css
<style>
a { background-color: #B1F1EA; }
a { background-color: rgb(177,241,234); }
div.DivClassName
{
background-color: #B1F1EA;
}
.BgClassName
{
background-color: #B1F1EA;
}
</style>
border-color css
<style>
span { border-color: #B1F1EA; }
span { border-color: rgb(177,241,234); }
td.TdClassName
{
border-color: #B1F1EA;
}
.TagClassName
{
border-color: #B1F1EA;
}
</style>