#BEF2F1

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

Shades of Pale Turquoise #BEF2F1

Tints of Pale Turquoise #BEF2F1

Color information

#BEF2F1 (or 0xBEF2F1) is unknown color: approx Pale Turquoise. HEX triplet: BE, F2 and F1. RGB value is (190,242,241). Sum of RGB (Red+Green+Blue) = 190+242+241=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2F1 is #410D0E. Grayscale: #E2E2E2. Windows color (decimal): -4263183 or 15856318. OLE color: 15856318.

HSL color Cylindrical-coordinate representation of color #BEF2F1: hue angle of 178.85º degrees, saturation: 0.67, 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 #BEF2F1 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB190242241-
CMYK0.2100.000.05
HSL178.85º66.67%84.71%-
HSV(B)178.85º21.49%94.9%-
XYZ68.8680.895.19-
YUV226.34136.27102.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 242 (94.92% from 255) = 35.96%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=28.23%
G=35.96%
B=35.81%

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
Decimal1902422410.2100.000.05178.8566.6784.71
HexBEF2F115005b34355
Octal27636236125005263103125
Binary10111110111100101111000110101001011011001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2F1; }

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

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

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

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

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

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

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

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