Shades of Pale Turquoise #BEF1EC
Tints of Pale Turquoise #BEF1EC
RGB
CMYK
RGB Variations
Color information
#BEF1EC (or 0xBEF1EC) is known color: Pale Turquoise. HEX triplet: BE, F1 and EC. RGB value is (190,241,236). Sum of RGB (Red+Green+Blue) = 190+241+236=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1EC is #410E13. Grayscale: #E1E1E1. Windows color (decimal): -4263444 or 15528382. OLE color: 15528382.
HSL color Cylindrical-coordinate representation of color #BEF1EC: hue angle of 174.12º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1EC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 236 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.05 |
| HSL | 174.12º | 0.65% | 0.85% | - |
| HSV(B) | 174.12º | 0.21% | 0.95% | - |
| XYZ | 67.83 | 79.91 | 91.21 | - |
| YUV | 225.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 236 | 0.21 | 0 | 0.02 | 0.05 | 174.12 | 0.65 | 0.85 |
| Hex | BE | F1 | EC | 15 | 0 | 2 | 5 | AE | 41 | 55 |
| Octal | 276 | 361 | 354 | 25 | 0 | 2 | 5 | 256 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11101100 | 10101 | 0 | 10 | 101 | 10101110 | 1000001 | 1010101 |
Color Harmonies of #BEF1EC
Complementary color
Monochromatic Colors of #BEF1EC
Black with #BEF1EC
Text Example
Text Example
White with #BEF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1EC; }
p { color: rgb(190,241,236); }
H1.HeaderClassName
{
color: #BEF1EC;
}
.AnyTagClassName
{
color: #BEF1EC;
}
</style>
background-color css
<style>
a { background-color: #BEF1EC; }
a { background-color: rgb(190,241,236); }
div.DivClassName
{
background-color: #BEF1EC;
}
.BgClassName
{
background-color: #BEF1EC;
}
</style>
border-color css
<style>
span { border-color: #BEF1EC; }
span { border-color: rgb(190,241,236); }
td.TdClassName
{
border-color: #BEF1EC;
}
.TagClassName
{
border-color: #BEF1EC;
}
</style>