Shades of Pale Turquoise #BEF1EF
Tints of Pale Turquoise #BEF1EF
RGB
CMYK
RGB Variations
Color information
#BEF1EF (or 0xBEF1EF) is known color: Pale Turquoise. HEX triplet: BE, F1 and EF. RGB value is (190,241,239). Sum of RGB (Red+Green+Blue) = 190+241+239=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1EF is #410E10. Grayscale: #E1E1E1. Windows color (decimal): -4263441 or 15724990. OLE color: 15724990.
HSL color Cylindrical-coordinate representation of color #BEF1EF: hue angle of 177.65º 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 #BEF1EF is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 239 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.05 |
| HSL | 177.65º | 0.65% | 0.85% | - |
| HSV(B) | 177.65º | 0.21% | 0.95% | - |
| XYZ | 68.27 | 80.09 | 93.52 | - |
| YUV | 225.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 239 | 0.21 | 0 | 0.01 | 0.05 | 177.65 | 0.65 | 0.85 |
| Hex | BE | F1 | EF | 15 | 0 | 1 | 5 | B2 | 41 | 55 |
| Octal | 276 | 361 | 357 | 25 | 0 | 1 | 5 | 262 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11101111 | 10101 | 0 | 1 | 101 | 10110010 | 1000001 | 1010101 |
Color Harmonies of #BEF1EF
Complementary color
Monochromatic Colors of #BEF1EF
Black with #BEF1EF
Text Example
Text Example
White with #BEF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1EF; }
p { color: rgb(190,241,239); }
H1.HeaderClassName
{
color: #BEF1EF;
}
.AnyTagClassName
{
color: #BEF1EF;
}
</style>
background-color css
<style>
a { background-color: #BEF1EF; }
a { background-color: rgb(190,241,239); }
div.DivClassName
{
background-color: #BEF1EF;
}
.BgClassName
{
background-color: #BEF1EF;
}
</style>
border-color css
<style>
span { border-color: #BEF1EF; }
span { border-color: rgb(190,241,239); }
td.TdClassName
{
border-color: #BEF1EF;
}
.TagClassName
{
border-color: #BEF1EF;
}
</style>