Shades of Pale Turquoise #BEF9EF
Tints of Pale Turquoise #BEF9EF
RGB
CMYK
RGB Variations
Color information
#BEF9EF (or 0xBEF9EF) is known color: Pale Turquoise. HEX triplet: BE, F9 and EF. RGB value is (190,249,239). Sum of RGB (Red+Green+Blue) = 190+249+239=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9EF is #410610. Grayscale: #E6E6E6. Windows color (decimal): -4261393 or 15727038. OLE color: 15727038.
HSL color Cylindrical-coordinate representation of color #BEF9EF: hue angle of 169.83º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9EF is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 239 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.02 |
| HSL | 169.83º | 0.83% | 0.86% | - |
| HSV(B) | 169.83º | 0.24% | 0.98% | - |
| XYZ | 70.69 | 84.93 | 94.33 | - |
| YUV | 230.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 239 | 0.24 | 0 | 0.04 | 0.02 | 169.83 | 0.83 | 0.86 |
| Hex | BE | F9 | EF | 18 | 0 | 4 | 2 | AA | 53 | 56 |
| Octal | 276 | 371 | 357 | 30 | 0 | 4 | 2 | 252 | 123 | 126 |
| Binary | 10111110 | 11111001 | 11101111 | 11000 | 0 | 100 | 10 | 10101010 | 1010011 | 1010110 |
Color Harmonies of #BEF9EF
Complementary color
Monochromatic Colors of #BEF9EF
Black with #BEF9EF
Text Example
Text Example
White with #BEF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF9EF; }
p { color: rgb(190,249,239); }
H1.HeaderClassName
{
color: #BEF9EF;
}
.AnyTagClassName
{
color: #BEF9EF;
}
</style>
background-color css
<style>
a { background-color: #BEF9EF; }
a { background-color: rgb(190,249,239); }
div.DivClassName
{
background-color: #BEF9EF;
}
.BgClassName
{
background-color: #BEF9EF;
}
</style>
border-color css
<style>
span { border-color: #BEF9EF; }
span { border-color: rgb(190,249,239); }
td.TdClassName
{
border-color: #BEF9EF;
}
.TagClassName
{
border-color: #BEF9EF;
}
</style>