#BEF3F0

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

Shades of Pale Turquoise #BEF3F0

Tints of Pale Turquoise #BEF3F0

Color information

#BEF3F0 (or 0xBEF3F0) is unknown color: approx Pale Turquoise. HEX triplet: BE, F3 and F0. RGB value is (190,243,240). Sum of RGB (Red+Green+Blue) = 190+243+240=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF3F0 is #410C0F. Grayscale: #E2E2E2. Windows color (decimal): -4262928 or 15791038. OLE color: 15791038.

HSL color Cylindrical-coordinate representation of color #BEF3F0: hue angle of 176.6º 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 #BEF3F0 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB190243240-
CMYK0.2200.010.05
HSL176.6º68.83%84.9%-
HSV(B)176.6º21.81%95.29%-
XYZ69.0181.3494.5-
YUV226.81135.44101.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 243 (95.31% from 255) = 36.11%
BLUE value IS 240 (94.14% from 255) = 35.66%
R=28.23%
G=36.11%
B=35.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902432400.2200.010.05176.668.8384.9
HexBEF3F016015b14555
Octal27636336026015261105125
Binary10111110111100111111000010110011011011000110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3F0; }

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

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

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

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

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

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

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

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