Shades of Pale Turquoise #BEF9F2
Tints of Pale Turquoise #BEF9F2
RGB
CMYK
RGB Variations
Color information
#BEF9F2 (or 0xBEF9F2) is known color: Pale Turquoise. HEX triplet: BE, F9 and F2. RGB value is (190,249,242). Sum of RGB (Red+Green+Blue) = 190+249+242=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9F2 is #41060D. Grayscale: #E6E6E6. Windows color (decimal): -4261390 or 15923646. OLE color: 15923646.
HSL color Cylindrical-coordinate representation of color #BEF9F2: hue angle of 172.88º degrees, saturation: 0.83, 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 #BEF9F2 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 242 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.02 |
| HSL | 172.88º | 0.83% | 0.86% | - |
| HSV(B) | 172.88º | 0.24% | 0.98% | - |
| XYZ | 71.14 | 85.11 | 96.68 | - |
| YUV | 230.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 242 | 0.24 | 0 | 0.03 | 0.02 | 172.88 | 0.83 | 0.86 |
| Hex | BE | F9 | F2 | 18 | 0 | 3 | 2 | AD | 53 | 56 |
| Octal | 276 | 371 | 362 | 30 | 0 | 3 | 2 | 255 | 123 | 126 |
| Binary | 10111110 | 11111001 | 11110010 | 11000 | 0 | 11 | 10 | 10101101 | 1010011 | 1010110 |
Color Harmonies of #BEF9F2
Complementary color
Monochromatic Colors of #BEF9F2
Black with #BEF9F2
Text Example
Text Example
White with #BEF9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF9F2; }
p { color: rgb(190,249,242); }
H1.HeaderClassName
{
color: #BEF9F2;
}
.AnyTagClassName
{
color: #BEF9F2;
}
</style>
background-color css
<style>
a { background-color: #BEF9F2; }
a { background-color: rgb(190,249,242); }
div.DivClassName
{
background-color: #BEF9F2;
}
.BgClassName
{
background-color: #BEF9F2;
}
</style>
border-color css
<style>
span { border-color: #BEF9F2; }
span { border-color: rgb(190,249,242); }
td.TdClassName
{
border-color: #BEF9F2;
}
.TagClassName
{
border-color: #BEF9F2;
}
</style>