Shades of Pale Turquoise #BEF1EE
Tints of Pale Turquoise #BEF1EE
RGB
CMYK
RGB Variations
Color information
#BEF1EE (or 0xBEF1EE) is known color: Pale Turquoise. HEX triplet: BE, F1 and EE. RGB value is (190,241,238). Sum of RGB (Red+Green+Blue) = 190+241+238=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1EE is #410E11. Grayscale: #E1E1E1. Windows color (decimal): -4263442 or 15659454. OLE color: 15659454.
HSL color Cylindrical-coordinate representation of color #BEF1EE: hue angle of 176.47º 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 #BEF1EE is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 238 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.05 |
| HSL | 176.47º | 0.65% | 0.85% | - |
| HSV(B) | 176.47º | 0.21% | 0.95% | - |
| XYZ | 68.12 | 80.03 | 92.75 | - |
| YUV | 225.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 238 | 0.21 | 0 | 0.01 | 0.05 | 176.47 | 0.65 | 0.85 |
| Hex | BE | F1 | EE | 15 | 0 | 1 | 5 | B0 | 41 | 55 |
| Octal | 276 | 361 | 356 | 25 | 0 | 1 | 5 | 260 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11101110 | 10101 | 0 | 1 | 101 | 10110000 | 1000001 | 1010101 |
Color Harmonies of #BEF1EE
Complementary color
Monochromatic Colors of #BEF1EE
Black with #BEF1EE
Text Example
Text Example
White with #BEF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1EE; }
p { color: rgb(190,241,238); }
H1.HeaderClassName
{
color: #BEF1EE;
}
.AnyTagClassName
{
color: #BEF1EE;
}
</style>
background-color css
<style>
a { background-color: #BEF1EE; }
a { background-color: rgb(190,241,238); }
div.DivClassName
{
background-color: #BEF1EE;
}
.BgClassName
{
background-color: #BEF1EE;
}
</style>
border-color css
<style>
span { border-color: #BEF1EE; }
span { border-color: rgb(190,241,238); }
td.TdClassName
{
border-color: #BEF1EE;
}
.TagClassName
{
border-color: #BEF1EE;
}
</style>