#BEFBF2

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

Shades of Pale Turquoise #BEFBF2

Tints of Pale Turquoise #BEFBF2

Color information

#BEFBF2 (or 0xBEFBF2) is unknown color: approx Pale Turquoise. HEX triplet: BE, FB and F2. RGB value is (190,251,242). Sum of RGB (Red+Green+Blue) = 190+251+242=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBF2 is #41040D. Grayscale: #E7E7E7. Windows color (decimal): -4260878 or 15924158. OLE color: 15924158.

HSL color Cylindrical-coordinate representation of color #BEFBF2: hue angle of 171.15º degrees, saturation: 0.88, 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 #BEFBF2 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB190251242-
CMYK0.2400.040.02
HSL171.15º88.41%86.47%-
HSV(B)171.15º24.3%98.43%-
XYZ71.7686.3596.89-
YUV231.74133.7998.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.82%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 242 (94.92% from 255) = 35.43%
R=27.82%
G=36.75%
B=35.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512420.2400.040.02171.1588.4186.47
HexBEFBF218042ab5856
Octal27637336230042253130126
Binary101111101111101111110010110000100101010101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBF2; }

 p { color: rgb(190,251,242); }

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

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

 a { background-color: rgb(190,251,242); }

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

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

 span { border-color: rgb(190,251,242); }

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