#BEF1F0

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

Shades of Pale Turquoise #BEF1F0

Tints of Pale Turquoise #BEF1F0

Color information

#BEF1F0 (or 0xBEF1F0) is unknown color: approx Pale Turquoise. HEX triplet: BE, F1 and F0. RGB value is (190,241,240). Sum of RGB (Red+Green+Blue) = 190+241+240=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1F0 is #410E0F. Grayscale: #E1E1E1. Windows color (decimal): -4263440 or 15790526. OLE color: 15790526.

HSL color Cylindrical-coordinate representation of color #BEF1F0: hue angle of 178.82º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1F0 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB190241240-
CMYK0.2100.000.05
HSL178.82º64.56%84.51%-
HSV(B)178.82º21.16%94.51%-
XYZ68.4280.1594.3-
YUV225.64136.1102.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=28.32%
G=35.92%
B=35.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902412400.2100.000.05178.8264.5684.51
HexBEF1F015005b34155
Octal27636136025005263101125
Binary10111110111100011111000010101001011011001110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1F0; }

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

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

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

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

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

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

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

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