Shades of Pale Turquoise #BEF4F2
Tints of Pale Turquoise #BEF4F2
RGB
CMYK
RGB Variations
Color information
#BEF4F2 (or 0xBEF4F2) is known color: Pale Turquoise. HEX triplet: BE, F4 and F2. RGB value is (190,244,242). Sum of RGB (Red+Green+Blue) = 190+244+242=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF4F2 is #410B0D. Grayscale: #E3E3E3. Windows color (decimal): -4262670 or 15922366. OLE color: 15922366.
HSL color Cylindrical-coordinate representation of color #BEF4F2: hue angle of 177.78º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF4F2 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 242 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.04 |
| HSL | 177.78º | 0.71% | 0.85% | - |
| HSV(B) | 177.78º | 0.22% | 0.96% | - |
| XYZ | 69.61 | 82.06 | 96.17 | - |
| YUV | 227.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 242 | 0.22 | 0 | 0.01 | 0.04 | 177.78 | 0.71 | 0.85 |
| Hex | BE | F4 | F2 | 16 | 0 | 1 | 4 | B2 | 47 | 55 |
| Octal | 276 | 364 | 362 | 26 | 0 | 1 | 4 | 262 | 107 | 125 |
| Binary | 10111110 | 11110100 | 11110010 | 10110 | 0 | 1 | 100 | 10110010 | 1000111 | 1010101 |
Color Harmonies of #BEF4F2
Complementary color
Monochromatic Colors of #BEF4F2
Black with #BEF4F2
Text Example
Text Example
White with #BEF4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF4F2; }
p { color: rgb(190,244,242); }
H1.HeaderClassName
{
color: #BEF4F2;
}
.AnyTagClassName
{
color: #BEF4F2;
}
</style>
background-color css
<style>
a { background-color: #BEF4F2; }
a { background-color: rgb(190,244,242); }
div.DivClassName
{
background-color: #BEF4F2;
}
.BgClassName
{
background-color: #BEF4F2;
}
</style>
border-color css
<style>
span { border-color: #BEF4F2; }
span { border-color: rgb(190,244,242); }
td.TdClassName
{
border-color: #BEF4F2;
}
.TagClassName
{
border-color: #BEF4F2;
}
</style>