Shades of Pale Turquoise #BEF1F0
Tints of Pale Turquoise #BEF1F0
RGB
CMYK
RGB Variations
Color information
#BEF1F0 (or 0xBEF1F0) is known color: Pale Turquoise. HEX triplet: BE, F1 and F0. RGB value is (190,241,240). Sum of RGB (Red+Green+Blue) = 190+241+240=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1F0 is #410E0F. Grayscale: #E1E1E1. Windows color (decimal): -4263440 or 15790526. OLE color: 15790526.
HSL color Cylindrical-coordinate representation of color #BEF1F0: hue angle of 178.82º 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 #BEF1F0 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 240 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.05 |
| HSL | 178.82º | 0.65% | 0.85% | - |
| HSV(B) | 178.82º | 0.21% | 0.95% | - |
| XYZ | 68.42 | 80.15 | 94.3 | - |
| YUV | 225.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 240 | 0.21 | 0 | 0.00 | 0.05 | 178.82 | 0.65 | 0.85 |
| Hex | BE | F1 | F0 | 15 | 0 | 0 | 5 | B3 | 41 | 55 |
| Octal | 276 | 361 | 360 | 25 | 0 | 0 | 5 | 263 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11110000 | 10101 | 0 | 0 | 101 | 10110011 | 1000001 | 1010101 |
Color Harmonies of #BEF1F0
Complementary color
Monochromatic Colors of #BEF1F0
Black with #BEF1F0
Text Example
Text Example
White with #BEF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1F0; }
p { color: rgb(190,241,240); }
H1.HeaderClassName
{
color: #BEF1F0;
}
.AnyTagClassName
{
color: #BEF1F0;
}
</style>
background-color css
<style>
a { background-color: #BEF1F0; }
a { background-color: rgb(190,241,240); }
div.DivClassName
{
background-color: #BEF1F0;
}
.BgClassName
{
background-color: #BEF1F0;
}
</style>
border-color css
<style>
span { border-color: #BEF1F0; }
span { border-color: rgb(190,241,240); }
td.TdClassName
{
border-color: #BEF1F0;
}
.TagClassName
{
border-color: #BEF1F0;
}
</style>