Shades of Pale Turquoise #BEF5F6
Tints of Pale Turquoise #BEF5F6
RGB
CMYK
RGB Variations
Color information
#BEF5F6 (or 0xBEF5F6) is known color: Pale Turquoise. HEX triplet: BE, F5 and F6. RGB value is (190,245,246). Sum of RGB (Red+Green+Blue) = 190+245+246=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEF5F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5F6 is #410A09. Grayscale: #E4E4E4. Windows color (decimal): -4262410 or 16184766. OLE color: 16184766.
HSL color Cylindrical-coordinate representation of color #BEF5F6: hue angle of 181.07º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF5F6 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 246 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.04 |
| HSL | 181.07º | 0.76% | 0.85% | - |
| HSV(B) | 181.07º | 0.23% | 0.96% | - |
| XYZ | 70.52 | 82.91 | 99.47 | - |
| YUV | 228.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 246 | 0.23 | 0.00 | 0 | 0.04 | 181.07 | 0.76 | 0.85 |
| Hex | BE | F5 | F6 | 17 | 0 | 0 | 4 | B5 | 4C | 55 |
| Octal | 276 | 365 | 366 | 27 | 0 | 0 | 4 | 265 | 114 | 125 |
| Binary | 10111110 | 11110101 | 11110110 | 10111 | 0 | 0 | 100 | 10110101 | 1001100 | 1010101 |
Color Harmonies of #BEF5F6
Complementary color
Monochromatic Colors of #BEF5F6
Black with #BEF5F6
Text Example
Text Example
White with #BEF5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5F6; }
p { color: rgb(190,245,246); }
H1.HeaderClassName
{
color: #BEF5F6;
}
.AnyTagClassName
{
color: #BEF5F6;
}
</style>
background-color css
<style>
a { background-color: #BEF5F6; }
a { background-color: rgb(190,245,246); }
div.DivClassName
{
background-color: #BEF5F6;
}
.BgClassName
{
background-color: #BEF5F6;
}
</style>
border-color css
<style>
span { border-color: #BEF5F6; }
span { border-color: rgb(190,245,246); }
td.TdClassName
{
border-color: #BEF5F6;
}
.TagClassName
{
border-color: #BEF5F6;
}
</style>