Shades of Pale Turquoise #BEFBF6
Tints of Pale Turquoise #BEFBF6
RGB
CMYK
RGB Variations
Color information
#BEFBF6 (or 0xBEFBF6) is known color: Pale Turquoise. HEX triplet: BE, FB and F6. RGB value is (190,251,246). Sum of RGB (Red+Green+Blue) = 190+251+246=687 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.66% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBF6 is #410409. Grayscale: #E8E8E8. Windows color (decimal): -4260874 or 16186302. OLE color: 16186302.
HSL color Cylindrical-coordinate representation of color #BEFBF6: hue angle of 175.08º degrees, saturation: 0.88, 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 #BEFBF6 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 246 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.02 |
| HSL | 175.08º | 0.88% | 0.86% | - |
| HSV(B) | 175.08º | 0.24% | 0.98% | - |
| XYZ | 72.37 | 86.6 | 100.09 | - |
| YUV | 232.19 | 135.79 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 246 | 0.24 | 0 | 0.02 | 0.02 | 175.08 | 0.88 | 0.86 |
| Hex | BE | FB | F6 | 18 | 0 | 2 | 2 | AF | 58 | 56 |
| Octal | 276 | 373 | 366 | 30 | 0 | 2 | 2 | 257 | 130 | 126 |
| Binary | 10111110 | 11111011 | 11110110 | 11000 | 0 | 10 | 10 | 10101111 | 1011000 | 1010110 |
Color Harmonies of #BEFBF6
Complementary color
Monochromatic Colors of #BEFBF6
Black with #BEFBF6
Text Example
Text Example
White with #BEFBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFBF6; }
p { color: rgb(190,251,246); }
H1.HeaderClassName
{
color: #BEFBF6;
}
.AnyTagClassName
{
color: #BEFBF6;
}
</style>
background-color css
<style>
a { background-color: #BEFBF6; }
a { background-color: rgb(190,251,246); }
div.DivClassName
{
background-color: #BEFBF6;
}
.BgClassName
{
background-color: #BEFBF6;
}
</style>
border-color css
<style>
span { border-color: #BEFBF6; }
span { border-color: rgb(190,251,246); }
td.TdClassName
{
border-color: #BEFBF6;
}
.TagClassName
{
border-color: #BEFBF6;
}
</style>