Shades of Pale Turquoise #BEF8F1
Tints of Pale Turquoise #BEF8F1
RGB
CMYK
RGB Variations
Color information
#BEF8F1 (or 0xBEF8F1) is known color: Pale Turquoise. HEX triplet: BE, F8 and F1. RGB value is (190,248,241). Sum of RGB (Red+Green+Blue) = 190+248+241=679 (89% of max value = 765). Red value is 190 (74.61% from 255 or 27.98% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8F1 is #41070E. Grayscale: #E5E5E5. Windows color (decimal): -4261647 or 15857854. OLE color: 15857854.
HSL color Cylindrical-coordinate representation of color #BEF8F1: hue angle of 172.76º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8F1 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 241 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.03 |
| HSL | 172.76º | 0.81% | 0.86% | - |
| HSV(B) | 172.76º | 0.23% | 0.97% | - |
| XYZ | 70.68 | 84.43 | 95.79 | - |
| YUV | 229.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 241 | 0.23 | 0 | 0.03 | 0.03 | 172.76 | 0.81 | 0.86 |
| Hex | BE | F8 | F1 | 17 | 0 | 3 | 3 | AD | 51 | 56 |
| Octal | 276 | 370 | 361 | 27 | 0 | 3 | 3 | 255 | 121 | 126 |
| Binary | 10111110 | 11111000 | 11110001 | 10111 | 0 | 11 | 11 | 10101101 | 1010001 | 1010110 |
Color Harmonies of #BEF8F1
Complementary color
Monochromatic Colors of #BEF8F1
Black with #BEF8F1
Text Example
Text Example
White with #BEF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8F1; }
p { color: rgb(190,248,241); }
H1.HeaderClassName
{
color: #BEF8F1;
}
.AnyTagClassName
{
color: #BEF8F1;
}
</style>
background-color css
<style>
a { background-color: #BEF8F1; }
a { background-color: rgb(190,248,241); }
div.DivClassName
{
background-color: #BEF8F1;
}
.BgClassName
{
background-color: #BEF8F1;
}
</style>
border-color css
<style>
span { border-color: #BEF8F1; }
span { border-color: rgb(190,248,241); }
td.TdClassName
{
border-color: #BEF8F1;
}
.TagClassName
{
border-color: #BEF8F1;
}
</style>