#BEFFF7

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

Shades of Pale Turquoise #BEFFF7

Tints of Pale Turquoise #BEFFF7

Color information

#BEFFF7 (or 0xBEFFF7) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and F7. RGB value is (190,255,247). Sum of RGB (Red+Green+Blue) = 190+255+247=692 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.46% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF7 is #410008. Grayscale: #EAEAEA. Windows color (decimal): -4259849 or 16252862. OLE color: 16252862.

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

Color convert

RGB190255247-
CMYK0.2500.030
HSL172.62º100%87.25%-
HSV(B)172.62º25.49%100%-
XYZ73.7889.18101.32-
YUV234.65134.9796.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.46%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 247 (96.88% from 255) = 35.69%
R=27.46%
G=36.85%
B=35.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552470.2500.030172.6210087.25
HexBEFFF719030ad6457
Octal27637736731030255144127
Binary1011111011111111111101111100101101010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFF7; }

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

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

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

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

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

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

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

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