#BEF2F3

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

Shades of Pale Turquoise #BEF2F3

Tints of Pale Turquoise #BEF2F3

Color information

#BEF2F3 (or 0xBEF2F3) is unknown color: approx Pale Turquoise. HEX triplet: BE, F2 and F3. RGB value is (190,242,243). Sum of RGB (Red+Green+Blue) = 190+242+243=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2F3 is #410D0C. Grayscale: #E2E2E2. Windows color (decimal): -4263181 or 15987390. OLE color: 15987390.

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

Color convert

RGB190242243-
CMYK0.220.0000.05
HSL181.13º68.83%84.9%-
HSV(B)181.13º21.81%95.29%-
XYZ69.1780.9296.77-
YUV226.57137.27101.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.15%
GREEN value IS 242 (94.92% from 255) = 35.85%
BLUE value IS 243 (95.31% from 255) = 36%
R=28.15%
G=35.85%
B=36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422430.220.0000.05181.1368.8384.9
HexBEF2F316005b54555
Octal27636236326005265105125
Binary10111110111100101111001110110001011011010110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2F3; }

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

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

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

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

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

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

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

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