Shades of Pale Turquoise #BEFAF6
Tints of Pale Turquoise #BEFAF6
RGB
CMYK
RGB Variations
Color information
#BEFAF6 (or 0xBEFAF6) is known color: Pale Turquoise. HEX triplet: BE, FA and F6. RGB value is (190,250,246). Sum of RGB (Red+Green+Blue) = 190+250+246=686 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.70% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAF6 is #410509. Grayscale: #E7E7E7. Windows color (decimal): -4261130 or 16186046. OLE color: 16186046.
HSL color Cylindrical-coordinate representation of color #BEFAF6: hue angle of 176º degrees, saturation: 0.86, 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 #BEFAF6 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 246 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.02 |
| HSL | 176º | 0.86% | 0.86% | - |
| HSV(B) | 176º | 0.24% | 0.98% | - |
| XYZ | 72.06 | 85.97 | 99.99 | - |
| YUV | 231.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 246 | 0.24 | 0 | 0.02 | 0.02 | 176 | 0.86 | 0.86 |
| Hex | BE | FA | F6 | 18 | 0 | 2 | 2 | B0 | 56 | 56 |
| Octal | 276 | 372 | 366 | 30 | 0 | 2 | 2 | 260 | 126 | 126 |
| Binary | 10111110 | 11111010 | 11110110 | 11000 | 0 | 10 | 10 | 10110000 | 1010110 | 1010110 |
Color Harmonies of #BEFAF6
Complementary color
Monochromatic Colors of #BEFAF6
Black with #BEFAF6
Text Example
Text Example
White with #BEFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAF6; }
p { color: rgb(190,250,246); }
H1.HeaderClassName
{
color: #BEFAF6;
}
.AnyTagClassName
{
color: #BEFAF6;
}
</style>
background-color css
<style>
a { background-color: #BEFAF6; }
a { background-color: rgb(190,250,246); }
div.DivClassName
{
background-color: #BEFAF6;
}
.BgClassName
{
background-color: #BEFAF6;
}
</style>
border-color css
<style>
span { border-color: #BEFAF6; }
span { border-color: rgb(190,250,246); }
td.TdClassName
{
border-color: #BEFAF6;
}
.TagClassName
{
border-color: #BEFAF6;
}
</style>