#BEFFF6

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

Shades of Pale Turquoise #BEFFF6

Tints of Pale Turquoise #BEFFF6

Color information

#BEFFF6 (or 0xBEFFF6) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and F6. RGB value is (190,255,246). Sum of RGB (Red+Green+Blue) = 190+255+246=691 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.50% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF6 is #410009. Grayscale: #EAEAEA. Windows color (decimal): -4259850 or 16187326. OLE color: 16187326.

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

Color convert

RGB190255246-
CMYK0.2500.040
HSL171.69º100%87.25%-
HSV(B)171.69º25.49%100%-
XYZ73.6389.12100.51-
YUV234.54134.4796.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.50%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 246 (96.48% from 255) = 35.60%
R=27.50%
G=36.90%
B=35.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552460.2500.040171.6910087.25
HexBEFFF619040ac6457
Octal27637736631040254144127
Binary10111110111111111111011011001010001010110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFF6; }

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

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

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

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

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

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

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

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