#BEF8F1

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

Shades of Pale Turquoise #BEF8F1

Tints of Pale Turquoise #BEF8F1

Color information

#BEF8F1 (or 0xBEF8F1) is unknown color: approx Pale Turquoise. HEX triplet: BE, F8 and F1. RGB value is (190,248,241). Sum of RGB (Red+Green+Blue) = 190+248+241=679 (89% of max value = 765). Red value is 190 (74.61% from 255 or 27.98% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8F1 is #41070E. Grayscale: #E5E5E5. Windows color (decimal): -4261647 or 15857854. OLE color: 15857854.

HSL color Cylindrical-coordinate representation of color #BEF8F1: hue angle of 172.76º 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 #BEF8F1 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB190248241-
CMYK0.2300.030.03
HSL172.76º80.56%85.88%-
HSV(B)172.76º23.39%97.25%-
XYZ70.6884.4395.79-
YUV229.86134.2899.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.98%
GREEN value IS 248 (97.27% from 255) = 36.52%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=27.98%
G=36.52%
B=35.49%

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
Decimal1902482410.2300.030.03172.7680.5685.88
HexBEF8F117033ad5156
Octal27637036127033255121126
Binary10111110111110001111000110111011111010110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8F1; }

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

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

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

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

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

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

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

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