#BEF8F0

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

Shades of Pale Turquoise #BEF8F0

Tints of Pale Turquoise #BEF8F0

Color information

#BEF8F0 (or 0xBEF8F0) is unknown color: approx Pale Turquoise. HEX triplet: BE, F8 and F0. RGB value is (190,248,240). Sum of RGB (Red+Green+Blue) = 190+248+240=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8F0 is #41070F. Grayscale: #E5E5E5. Windows color (decimal): -4261648 or 15792318. OLE color: 15792318.

HSL color Cylindrical-coordinate representation of color #BEF8F0: hue angle of 171.72º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8F0 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB190248240-
CMYK0.2300.030.03
HSL171.72º80.56%85.88%-
HSV(B)171.72º23.39%97.25%-
XYZ70.5384.3795.01-
YUV229.75133.7899.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.02%
GREEN value IS 248 (97.27% from 255) = 36.58%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=28.02%
G=36.58%
B=35.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902482400.2300.030.03171.7280.5685.88
HexBEF8F017033ac5156
Octal27637036027033254121126
Binary10111110111110001111000010111011111010110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8F0; }

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

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

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

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

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

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

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

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