#BEFEF6

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

Shades of Pale Turquoise #BEFEF6

Tints of Pale Turquoise #BEFEF6

Color information

#BEFEF6 (or 0xBEFEF6) is unknown color: approx Pale Turquoise. HEX triplet: BE, FE and F6. RGB value is (190,254,246). Sum of RGB (Red+Green+Blue) = 190+254+246=690 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.54% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEF6 is #410109. Grayscale: #E9E9E9. Windows color (decimal): -4260106 or 16187070. OLE color: 16187070.

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

Color convert

RGB190254246-
CMYK0.2500.030.00
HSL172.5º96.97%87.06%-
HSV(B)172.5º25.2%99.61%-
XYZ73.3188.48100.4-
YUV233.95134.896.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.54%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 246 (96.48% from 255) = 35.65%
R=27.54%
G=36.81%
B=35.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542460.2500.030.00172.596.9787.06
HexBEFEF619030ac6157
Octal27637636631030254141127
Binary1011111011111110111101101100101101010110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEF6; }

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

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

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

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

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

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

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

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