#BEFFFE

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

Shades of Pale Turquoise #BEFFFE

Tints of Pale Turquoise #BEFFFE

Color information

#BEFFFE (or 0xBEFFFE) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and FE. RGB value is (190,255,254). Sum of RGB (Red+Green+Blue) = 190+255+254=699 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.18% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFFE is #410001. Grayscale: #EBEBEB. Windows color (decimal): -4259842 or 16711614. OLE color: 16711614.

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

Color convert

RGB190255254-
CMYK0.2500.000
HSL179.08º100%87.25%-
HSV(B)179.08º25.49%100%-
XYZ74.8889.62107.12-
YUV235.45138.4795.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.18%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=27.18%
G=36.48%
B=36.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552540.2500.000179.0810087.25
HexBEFFFE19000b36457
Octal27637737631000263144127
Binary101111101111111111111110110010001011001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFFE; }

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

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

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

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

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

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

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

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