#BEFBF1

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

Shades of Pale Turquoise #BEFBF1

Tints of Pale Turquoise #BEFBF1

Color information

#BEFBF1 (or 0xBEFBF1) is unknown color: approx Pale Turquoise. HEX triplet: BE, FB and F1. RGB value is (190,251,241). Sum of RGB (Red+Green+Blue) = 190+251+241=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBF1 is #41040E. Grayscale: #E7E7E7. Windows color (decimal): -4260879 or 15858622. OLE color: 15858622.

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

Color convert

RGB190251241-
CMYK0.2400.040.02
HSL170.16º88.41%86.47%-
HSV(B)170.16º24.3%98.43%-
XYZ71.6186.2996.1-
YUV231.62133.2998.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.86%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=27.86%
G=36.80%
B=35.34%

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
Decimal1902512410.2400.040.02170.1688.4186.47
HexBEFBF118042aa5856
Octal27637336130042252130126
Binary101111101111101111110001110000100101010101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBF1; }

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

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

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

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

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

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

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

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