Shades of Pale Turquoise #BEF8F5
Tints of Pale Turquoise #BEF8F5
RGB
CMYK
RGB Variations
Color information
#BEF8F5 (or 0xBEF8F5) is known color: Pale Turquoise. HEX triplet: BE, F8 and F5. RGB value is (190,248,245). Sum of RGB (Red+Green+Blue) = 190+248+245=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8F5 is #41070A. Grayscale: #E6E6E6. Windows color (decimal): -4261643 or 16119998. OLE color: 16119998.
HSL color Cylindrical-coordinate representation of color #BEF8F5: hue angle of 176.9º 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 #BEF8F5 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 245 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.03 |
| HSL | 176.9º | 0.81% | 0.86% | - |
| HSV(B) | 176.9º | 0.23% | 0.97% | - |
| XYZ | 71.28 | 84.67 | 98.97 | - |
| YUV | 230.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 245 | 0.23 | 0 | 0.01 | 0.03 | 176.9 | 0.81 | 0.86 |
| Hex | BE | F8 | F5 | 17 | 0 | 1 | 3 | B1 | 51 | 56 |
| Octal | 276 | 370 | 365 | 27 | 0 | 1 | 3 | 261 | 121 | 126 |
| Binary | 10111110 | 11111000 | 11110101 | 10111 | 0 | 1 | 11 | 10110001 | 1010001 | 1010110 |
Color Harmonies of #BEF8F5
Complementary color
Monochromatic Colors of #BEF8F5
Black with #BEF8F5
Text Example
Text Example
White with #BEF8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8F5; }
p { color: rgb(190,248,245); }
H1.HeaderClassName
{
color: #BEF8F5;
}
.AnyTagClassName
{
color: #BEF8F5;
}
</style>
background-color css
<style>
a { background-color: #BEF8F5; }
a { background-color: rgb(190,248,245); }
div.DivClassName
{
background-color: #BEF8F5;
}
.BgClassName
{
background-color: #BEF8F5;
}
</style>
border-color css
<style>
span { border-color: #BEF8F5; }
span { border-color: rgb(190,248,245); }
td.TdClassName
{
border-color: #BEF8F5;
}
.TagClassName
{
border-color: #BEF8F5;
}
</style>