#befff5

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

Shades of Pale Turquoise #BEFFF5

Tints of Pale Turquoise #BEFFF5

Color information

#BEFFF5 (or 0xBEFFF5) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and F5. RGB value is (190,255,245). Sum of RGB (Red+Green+Blue) = 190+255+245=690 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.54% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF5 is #41000A. Grayscale: #EAEAEA. Windows color (decimal): -4259851 or 16121790. OLE color: 16121790.

HSL color Cylindrical-coordinate representation of color #BEFFF5: hue angle of 170.77º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFF5 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB190255245-
CMYK0.2500.040
HSL170.77º100%87.25%-
HSV(B)170.77º25.49%100%-
XYZ73.4889.0699.7-
YUV234.42133.9796.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.54%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 245 (96.09% from 255) = 35.51%
R=27.54%
G=36.96%
B=35.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552450.2500.040170.7710087.25
HexBEFFF519040ab6457
Octal27637736531040253144127
Binary10111110111111111111010111001010001010101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #befff5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #befff5; }

 p { color: rgb(190,255,245); }

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

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

 a { background-color: rgb(190,255,245); }

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

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

 span { border-color: rgb(190,255,245); }

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