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