#BEFEFF

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

Shades of Pale Turquoise #BEFEFF

Tints of Pale Turquoise #BEFEFF

Color information

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

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

Color convert

RGB190254255-
CMYK0.250.0000
HSL180.92º100%87.25%-
HSV(B)180.92º25.49%100%-
XYZ74.7389.05107.86-
YUV234.98139.395.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902542550.250.0000180.9210087.25
HexBEFEFF19000b56457
Octal27637637731000265144127
Binary101111101111111011111111110010001011010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEFF; }

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

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

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

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

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

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

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

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