#BEF7F0

Color #BEF7F0 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BEF7F0

Tints of Pale Turquoise #BEF7F0

Color information

#BEF7F0 (or 0xBEF7F0) is unknown color: approx Pale Turquoise. HEX triplet: BE, F7 and F0. RGB value is (190,247,240). Sum of RGB (Red+Green+Blue) = 190+247+240=677 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.06% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7F0 is #41080F. Grayscale: #E5E5E5. Windows color (decimal): -4261904 or 15792062. OLE color: 15792062.

HSL color Cylindrical-coordinate representation of color #BEF7F0: hue angle of 172.63º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7F0 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB190247240-
CMYK0.2300.030.03
HSL172.63º78.08%85.69%-
HSV(B)172.63º23.08%96.86%-
XYZ70.2283.7694.9-
YUV229.16134.12100.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 28.06%
GREEN value IS 247 (96.88% from 255) = 36.48%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=28.06%
G=36.48%
B=35.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902472400.2300.030.03172.6378.0885.69
HexBEF7F017033ad4e56
Octal27636736027033255116126
Binary10111110111101111111000010111011111010110110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7F0; }

 p { color: rgb(190,247,240); }

 H1.HeaderClassName
 {
   color: #BEF7F0;
 }
 .AnyTagClassName
 {
   color: #BEF7F0;
 }
</style>
background-color css

<style>
 a { background-color: #BEF7F0; }

 a { background-color: rgb(190,247,240); }

 div.DivClassName
 {
   background-color: #BEF7F0;
 }
 .BgClassName
 {
   background-color: #BEF7F0;
 }
</style>
border-color css

<style>
 span { border-color: #BEF7F0; }

 span { border-color: rgb(190,247,240); }

 td.TdClassName
 {
   border-color: #BEF7F0;
 }
 .TagClassName
 {
   border-color: #BEF7F0;
 }
</style>