Shades of Pale Turquoise #BEF0EF
Tints of Pale Turquoise #BEF0EF
RGB
CMYK
RGB Variations
Color information
#BEF0EF (or 0xBEF0EF) is known color: Pale Turquoise. HEX triplet: BE, F0 and EF. RGB value is (190,240,239). Sum of RGB (Red+Green+Blue) = 190+240+239=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0EF is #410F10. Grayscale: #E0E0E0. Windows color (decimal): -4263697 or 15724734. OLE color: 15724734.
HSL color Cylindrical-coordinate representation of color #BEF0EF: hue angle of 178.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0EF is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 239 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.06 |
| HSL | 178.8º | 0.63% | 0.84% | - |
| HSV(B) | 178.8º | 0.21% | 0.94% | - |
| XYZ | 67.98 | 79.5 | 93.42 | - |
| YUV | 224.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 239 | 0.21 | 0 | 0.00 | 0.06 | 178.8 | 0.63 | 0.84 |
| Hex | BE | F0 | EF | 15 | 0 | 0 | 6 | B3 | 3E | 54 |
| Octal | 276 | 360 | 357 | 25 | 0 | 0 | 6 | 263 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11101111 | 10101 | 0 | 0 | 110 | 10110011 | 111110 | 1010100 |
Color Harmonies of #BEF0EF
Complementary color
Monochromatic Colors of #BEF0EF
Black with #BEF0EF
Text Example
Text Example
White with #BEF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0EF; }
p { color: rgb(190,240,239); }
H1.HeaderClassName
{
color: #BEF0EF;
}
.AnyTagClassName
{
color: #BEF0EF;
}
</style>
background-color css
<style>
a { background-color: #BEF0EF; }
a { background-color: rgb(190,240,239); }
div.DivClassName
{
background-color: #BEF0EF;
}
.BgClassName
{
background-color: #BEF0EF;
}
</style>
border-color css
<style>
span { border-color: #BEF0EF; }
span { border-color: rgb(190,240,239); }
td.TdClassName
{
border-color: #BEF0EF;
}
.TagClassName
{
border-color: #BEF0EF;
}
</style>