Shades of Pale Turquoise #BEFFF6
Tints of Pale Turquoise #BEFFF6
RGB
CMYK
RGB Variations
Color information
#BEFFF6 (or 0xBEFFF6) is known color: Pale Turquoise. HEX triplet: BE, FF and F6. RGB value is (190,255,246). Sum of RGB (Red+Green+Blue) = 190+255+246=691 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.50% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF6 is #410009. Grayscale: #EAEAEA. Windows color (decimal): -4259850 or 16187326. OLE color: 16187326.
HSL color Cylindrical-coordinate representation of color #BEFFF6: hue angle of 171.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFF6 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 246 | - |
| CMYK | 0.25 | 0 | 0.04 | 0 |
| HSL | 171.69º | 1% | 0.87% | - |
| HSV(B) | 171.69º | 0.25% | 1% | - |
| XYZ | 73.63 | 89.12 | 100.51 | - |
| YUV | 234.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 246 | 0.25 | 0 | 0.04 | 0 | 171.69 | 1 | 0.87 |
| Hex | BE | FF | F6 | 19 | 0 | 4 | 0 | AC | 64 | 57 |
| Octal | 276 | 377 | 366 | 31 | 0 | 4 | 0 | 254 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11110110 | 11001 | 0 | 100 | 0 | 10101100 | 1100100 | 1010111 |
Color Harmonies of #BEFFF6
Complementary color
Monochromatic Colors of #BEFFF6
Black with #BEFFF6
Text Example
Text Example
White with #BEFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFF6; }
p { color: rgb(190,255,246); }
H1.HeaderClassName
{
color: #BEFFF6;
}
.AnyTagClassName
{
color: #BEFFF6;
}
</style>
background-color css
<style>
a { background-color: #BEFFF6; }
a { background-color: rgb(190,255,246); }
div.DivClassName
{
background-color: #BEFFF6;
}
.BgClassName
{
background-color: #BEFFF6;
}
</style>
border-color css
<style>
span { border-color: #BEFFF6; }
span { border-color: rgb(190,255,246); }
td.TdClassName
{
border-color: #BEFFF6;
}
.TagClassName
{
border-color: #BEFFF6;
}
</style>